pymod2pkg/setup.cfg

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