added more api documentation

new build process
This commit is contained in:
Joel 2021-01-16 23:33:09 +01:00
parent 73284ceab8
commit 134cd3a30e
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
7 changed files with 53 additions and 70 deletions

View file

@ -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"
#]
)