Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi authored Sep 8, 2019
1 parent 74a2912 commit d44b1ca
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="pyobihai",
version="1.0.0",
author="Daniel Shokouhi",
author_email="[email protected]",
description="A Python wrapper for Obihai",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dshokouhi/pyobihai",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)

0 comments on commit d44b1ca

Please sign in to comment.