Skip to content

Commit 49afc2a

Browse files
authored
Fix typo in declared classifiers (#361)
1 parent 8f9565e commit 49afc2a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES/361.bugfix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
2+
release.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers =
2121

2222
Intended Audience :: Developers
2323

24-
Programming Language :: Python",
24+
Programming Language :: Python
2525
Programming Language :: Python :: 3
2626
Programming Language :: Python :: 3 :: Only
2727
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)