summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/setup.cfg
blob: 8ebf4a0fae51aee9cc1ea1a389f5a7d134908549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = robotframework-onap
author = Daniel Rose
author_email = dr695h@att.com
version = 11.0.0
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 :: 3.7

[options]
python_requires = >=3.7

[files]
packages =
    vcpeutils
    ONAPLibrary

[wheel]
universal = 1