From 469adba31f7ec1b5e2fa167db2b8fe9718d972fa Mon Sep 17 00:00:00 2001 From: Lionel Date: Sun, 16 Dec 2018 14:52:12 +0100 Subject: Added files for pip packages. Also added a test file that doesn't work (sadly) for the moment. --- setup.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..cc070f1 --- /dev/null +++ b/setup.py @@ -0,0 +1,25 @@ +from setuptools import setup + +setup(name='neatocontrols', + version='0.9', + description='A GUI for controlling your Neato Robotics device. Based on pybotvac', + classifiers=[ + 'Environment :: X11 Applications', + 'Development Status :: 3 - Alpha', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Programming Language :: Python :: 2.7', + 'Natural Language :: English', + 'Topic :: Home Automation' + ], + keywords='neat neato cli robotics botvac neatocontrols pybotvac', + url='http://github.com/MIQUELLIONEL/neatocontrols', + author='Miquel Lionel', + author_email='lionelmiquel@sfr.fr', + license='GPLv3.0', + packages=['botvac'], + include_package_data=True, + install_requires=[ + 'pybotvac', + 'docopt==0.6.2', + ], + zip_safe=False) -- cgit v1.2.3-70-g09d2