diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-08 13:18:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-08 13:18:25 +0000 |
commit | 7db24e2b6994487d225c150a20f3a91d7bf12588 (patch) | |
tree | 7998406aa3c8815b34089032d257fc844fdde4c9 /functest | |
parent | a48bf0c8306e566f15877f3bd72882cf8b7663db (diff) | |
parent | 53f6c3948e048fd8c639704a385f4beae01ebfd9 (diff) |
Merge "Leverage on pbr (Python Build Reasonableness)"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/cli/setup.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/functest/cli/setup.py b/functest/cli/setup.py deleted file mode 100644 index 21547e15..00000000 --- a/functest/cli/setup.py +++ /dev/null @@ -1,15 +0,0 @@ -from setuptools import setup - -setup( - name='functest', - version='colorado.0.1', - py_modules=['cli_base'], - include_package_data=True, - install_requires=[ - 'click', - ], - entry_points=''' - [console_scripts] - functest=cli_base:cli - ''', -) |