Add python3.9 support
This ps Add python39 support and replace dashes with underscores in setup.cfg Change-Id: I44064057042652e27c03e20a991e9f99a5aa4882
This commit is contained in:
parent
751974bddb
commit
a2d62eb141
10
setup.cfg
10
setup.cfg
@ -1,12 +1,12 @@
|
||||
[metadata]
|
||||
name = trove-dashboard
|
||||
summary = Trove Management Dashboard
|
||||
description-file =
|
||||
description_file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-discuss@lists.openstack.org
|
||||
home-page = https://docs.openstack.org/trove/latest
|
||||
python-requires = >=3.6
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/trove/latest
|
||||
python_requires = >=3.6
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -20,6 +20,8 @@ classifier =
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user