Files
pymod2pkg/setup.cfg
Andreas Jaeger f740d320fc Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I1251a9904fcc146ec615ba2c7f93a1b675e3220f
2020-04-05 10:25:07 +02:00

27 lines
703 B
INI

[metadata]
name = pymod2pkg
summary = python module name to package name map
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/pymod2pkg/latest/
python-requires = >=3.6
classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Libraries
Topic :: Utilities
[entry_points]
console_scripts =
pymod2pkg = pymod2pkg:main
[files]
packages =
pymod2pkg