summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-06-11 11:48:03 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-06-11 11:48:03 +0300
commitbab3e273ef5170f672819947cef7094afa400276 (patch)
tree838d3a2fef48b3383cea3c11443a86169968ef9a
parentf38af6765d4e412b7a7ed1c77ddc9d68320330aa (diff)
downloadtesttools-bab3e273ef5170f672819947cef7094afa400276.tar.gz
Fix UserWarning: Usage of dash-separated ... will not be supported in future versions. Please use the underscore name ... instead
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 88a2208..87f6789 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,10 @@
[metadata]
name = testtools
summary = Extensions to the Python standard library unit testing framework
-home-page = https://github.com/testing-cabal/testtools
-description-file = doc/overview.rst
+home_page = https://github.com/testing-cabal/testtools
+description_file = doc/overview.rst
author = Jonathan M. Lange
-author-email = jml+testtools@mumak.net
+author_email = jml+testtools@mumak.net
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers