summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-07-23 19:07:40 +0200
committerYves Fischer <yvesf-git@xapek.org>2016-07-23 19:07:40 +0200
commitfbb91144484ad729c2d6b54c69d4ce3a6c80aa55 (patch)
tree0929cfdf2a8332774ad0764cb738bcefaeb78af1
parent76289024543fbfb6df3d07f61f15eabc623dd246 (diff)
downloadpyinflux-fbb91144484ad729c2d6b54c69d4ce3a6c80aa55.tar.gz
pyinflux-fbb91144484ad729c2d6b54c69d4ce3a6c80aa55.zip
fix setup.py settings
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index eff3f20..6796374 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,8 @@ setup(name='pyinflux',
author='Yves Fischer',
author_email='yvesf+git@xapek.org',
license="MIT",
- py_modules=['pyinflux'],
- # url='https://github.com/',
+ packages=['pyinflux.client', 'pyinflux.parser'],
+ url='https://github.com/yvesf/pyinflux',
install_requires=[],
extras_require={'parser': ['funcparserlib==0.3.6']},
classifiers=[