diff options
author | 2017-02-27 01:44:31 +0000 | |
---|---|---|
committer | 2017-02-27 01:44:31 +0000 | |
commit | 280310852bb5e1c7639dedf7ce268e1e66157a51 (patch) | |
tree | 992f9f69ad6d7198fa3a7e83cbe1475aa4050eae /setup.cfg | |
parent | 99368c87bb2e4a93905759dcfc36046243062fd7 (diff) | |
parent | 346c5970a79b877435108d061c6ffa20e0fc6b8d (diff) |
Merge "Add top layer tox support"
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..58941f7 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,18 @@ +[metadata] +name = parser +summary = OPNFV Parser Project +author = OPNFV +author-email = opnfv-tech-discuss@lists.opnfv.org +home-page = https://wiki.opnfv.org/display/parser +classifier = + Environment :: OPNFV + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python + Programming Language :: Python :: 2 + Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 + |