From e55d9affac8159b09b503fca4a364192a24eb52e Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 18 Aug 2017 08:34:57 +0700 Subject: T353: remove the python library from vyatta-cfg. --- python/setup.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 python/setup.py (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py deleted file mode 100644 index 9181ce0..0000000 --- a/python/setup.py +++ /dev/null @@ -1,20 +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 = "MIT", - keywords = "vyos", - url = "http://vyos.io", - packages=['vyos'], - long_description="VyOS configuration libraries", - classifiers=[ - "Development Status :: 3 - Alpha", - "Topic :: Utilities", - "License :: OSI Approved :: MIT License", - ], -) -- cgit v1.2.3