summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-03-12 12:12:16 +0200
committerGitHub <noreply@github.com>2022-03-12 12:12:16 +0200
commit68a4bbe0a460dc7a8f038fe0f3714851558c379d (patch)
treee9a13a9b595a4169a1d5a54ff1e49987e68f03a8
parentc19e4c3ab2cb3adf10e278f4abce14d15ee66745 (diff)
downloadisodate-68a4bbe0a460dc7a8f038fe0f3714851558c379d.tar.gz
Join classifier string
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa48885..f95e8c2 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",
- "Topic :: Software Development :" ": Libraries :: Python Modules",
+ "Topic :: Software Development :: Libraries :: Python Modules",
],
test_suite="isodate.tests.test_suite",
)