summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--setup.cfg9
-rw-r--r--tox.ini2
3 files changed, 9 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 7c36a5c..19a8818 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,6 @@ ChangeLog
releasenotes/build
/doc/build/
/doc/source/reference/api/
+
+# Files generated by JetBrains
+.idea/ \ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index de7ec80..a0c8bc7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
name = python-troveclient
summary = Client library for OpenStack DBaaS API
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = openstack-discuss@lists.openstack.org
-home-page = https://docs.openstack.org/python-troveclient/latest
-python-requires = >=3.6
+author_email = openstack-discuss@lists.openstack.org
+home_page = https://docs.openstack.org/python-troveclient/latest
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 87bf367..61d4831 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# Python Trove Client
[tox]
-envlist = py38,pep8
+envlist = py39,pep8
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True