added more api documentation
new build process
This commit is contained in:
parent
73284ceab8
commit
134cd3a30e
7 changed files with 53 additions and 70 deletions
17
setup.py
17
setup.py
|
@ -26,15 +26,10 @@ setuptools.setup(
|
|||
"License :: Other/Proprietary License",
|
||||
"Operating System :: Unix"
|
||||
],
|
||||
license="proprietary",
|
||||
install_requires=[
|
||||
"smbus",
|
||||
"requests",
|
||||
"python-logstash-async"
|
||||
],
|
||||
setup_requires=[
|
||||
"smbus",
|
||||
"requests",
|
||||
"python-logstash-async"
|
||||
]
|
||||
license="proprietary"#,
|
||||
#install_requires=[
|
||||
# "smbus",
|
||||
# "requests",
|
||||
# "python-logstash-async"
|
||||
#]
|
||||
)
|
||||
|
|
Reference in a new issue