diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-07-23 19:07:40 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-07-23 19:07:40 +0200 |
commit | fbb91144484ad729c2d6b54c69d4ce3a6c80aa55 (patch) | |
tree | 0929cfdf2a8332774ad0764cb738bcefaeb78af1 /setup.py | |
parent | 76289024543fbfb6df3d07f61f15eabc623dd246 (diff) | |
download | pyinflux-fbb91144484ad729c2d6b54c69d4ce3a6c80aa55.tar.gz pyinflux-fbb91144484ad729c2d6b54c69d4ce3a6c80aa55.zip |
fix setup.py settings
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=[ |