diff options
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/python/setup.py b/python/setup.py deleted file mode 100644 index 304ea5c..0000000 --- a/python/setup.py +++ /dev/null @@ -1,21 +0,0 @@ -import os -from setuptools import setup - -setup( - name = "vyos", - version = "1.2.0", - author = "VyOS maintainers and contributors", - author_email = "maintainers@vyos.net", - description = ("VyOS configuration libraries."), - license = "LGPLv2+", - keywords = "vyos", - url = "http://www.vyos.io", - packages=['vyos'], - long_description="VyOS configuration libraries", - classifiers=[ - "Development Status :: 4 - Beta", - "Topic :: Utilities", - "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", - ], -) - |