File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,3 +16,6 @@ ChangeLog
1616releasenotes /build
1717/doc /build /
1818/doc /source /reference /api /
19+
20+ # Files generated by JetBrains
21+ .idea /
Original file line number Diff line number Diff line change 11[metadata]
22name = python-troveclient
33summary = Client library for OpenStack DBaaS API
4- description-file =
4+ description_file =
55 README.rst
66author = OpenStack
7- author-email = openstack-discuss@lists.openstack.org
8- home-page = https://docs.openstack.org/python-troveclient/latest
9- python-requires = >=3.6
7+ author_email = openstack-discuss@lists.openstack.org
8+ home_page = https://docs.openstack.org/python-troveclient/latest
9+ python_requires = >=3.6
1010classifier =
1111 Environment :: OpenStack
1212 Intended Audience :: Information Technology
@@ -18,6 +18,7 @@ classifier =
1818 Programming Language :: Python :: 3.6
1919 Programming Language :: Python :: 3.7
2020 Programming Language :: Python :: 3.8
21+ Programming Language :: Python :: 3.9
2122
2223[files]
2324packages =
Original file line number Diff line number Diff line change 11# Python Trove Client
22
33[tox]
4- envlist = py38 ,pep8
4+ envlist = py39 ,pep8
55minversion = 3.18.0
66skipsdist = True
77ignore_basepython_conflict = True
You can’t perform that action at this time.
0 commit comments