We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad010d0 + c25940c commit 0e5a0a0Copy full SHA for 0e5a0a0
setup.py
@@ -0,0 +1,11 @@
1
+from setuptools import setup
2
+
3
+setup(name='ubiquiti',
4
+ version='0.2',
5
+ description='Library for interacting with Ubiquity Cloudkey',
6
+ url='http://github.com/vageli/Unifi-Python-API',
7
+ author='vagelim',
8
+ author_email='code@evangelosm.com',
9
+ license='MIT',
10
+ packages=['ubiquiti'],
11
+ zip_safe=False)
0 commit comments