summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/setup.cfg
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-08-28 12:06:30 +0200
committerDR695H <dr695h@att.com>2019-08-28 15:44:21 -0400
commitd4af56d4c2f67a1285da783764f20a0c1c546592 (patch)
tree59e9b8921fe341f36f58168b4365cef2185879a0 /robotframework-onap/setup.cfg
parentf2b75da8dd38077c60cc2c852f73092980c1f906 (diff)
Add tox
it would create virtualenv to - run tests in python2.7 and 3 - perform linting operations (flake8, pylint) Issue-ID: INT-1228 Change-Id: I451e1108285f6ebffc650bf3de4f175594ec796d Signed-off-by: umry8364 <morgan.richomme@orange.com> Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/setup.cfg')
-rw-r--r--robotframework-onap/setup.cfg26
1 files changed, 21 insertions, 5 deletions
diff --git a/robotframework-onap/setup.cfg b/robotframework-onap/setup.cfg
index c34b498..46d7b48 100644
--- a/robotframework-onap/setup.cfg
+++ b/robotframework-onap/setup.cfg
@@ -1,5 +1,21 @@
-[bdist_wheel]
-# This flag says that the code is written to work on both Python 2 and Python
-# 3. If at all possible, it is good practice to do this. If you cannot, you
-# will need to generate wheels for each Python version that you support.
-universal=1 \ No newline at end of file
+[metadata]
+name = robotframework-onap
+version = 0.5
+home-page = https://github.com/onap/testsuite-python-testing-utils
+classifier =
+ Development Status :: 4 - Beta
+ Environment :: Plugins
+ Framework :: Robot Framework
+ Framework :: Robot Framework :: Library
+ Intended Audience :: Developers
+ Intended Audience :: Information Technology
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3.7
+
+[files]
+packages = vcpeutils,ONAPLibrary
+
+[wheel]
+universal = 1