os-refresh-config/setup.cfg
Takashi Kajinami 76c6c0f2e6 Remove unnecessary egg_info options
The tag_svn_revision option was already removed[1]. The values set to
the other two options are effectively same as their defaults.

[1] https://github.com/pypa/setuptools/issues/619

Change-Id: If69a8a10e8bc410974ea2d31be21fab7ec103477
2023-12-20 14:10:03 +09:00

34 lines
993 B
INI

[metadata]
name = os-refresh-config
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Refresh system configuration
description-file =
README.rst
home-page = http://opendev.org/openstack/os-refresh-config
python-requires = >=3.8
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
os_refresh_config
[entry_points]
console_scripts =
os-refresh-config = os_refresh_config.os_refresh_config:main