diff options
Diffstat (limited to 'robotframework-onap/setup.cfg')
-rw-r--r-- | robotframework-onap/setup.cfg | 26 |
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 |