Update INFO.yaml with new PTL
[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 = 0.6
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 [files]
20 packages =
21     vcpeutils
22     ONAPLibrary
23
24 [wheel]
25 universal = 1