Release Jakarta 10.0.0 version
[testsuite/python-testing-utils.git] / robotframework-onap / setup.cfg
1 [metadata]
2 name = robotframework-onap
3 author = Daniel Rose
4 author_email = dr695h@att.com
5 version = 10.0.0
6 home-page = https://github.com/onap/testsuite-python-testing-utils
7 classifier =
8     Development Status :: 4 - Beta
9     Environment :: Plugins
10     Framework :: Robot Framework
11     Framework :: Robot Framework :: Library
12     Intended Audience :: Developers
13     Intended Audience :: Information Technology
14     License :: OSI Approved :: Apache Software License
15     Operating System :: OS Independent
16     Programming Language :: Python :: 2.7
17     Programming Language :: Python :: 3.7
18
19 [options]
20 python_requires = >=2.7,<=3.9
21
22 [files]
23 packages =
24     vcpeutils
25     ONAPLibrary
26
27 [wheel]
28 universal = 1