From 68a4bbe0a460dc7a8f038fe0f3714851558c379d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 12 Mar 2022 12:12:16 +0200 Subject: Join classifier string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ) -- cgit v1.2.1