Skip to content

Commit a0d58a2

Browse files
committed
create python package
1 parent d835c55 commit a0d58a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)