Skip to content

Commit 609a1ca

Browse files
authored
Merge pull request #355 from mhallsmoore/setup-fix
Fixed typo in setup.py.
2 parents 8419514 + c901813 commit 609a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Programming Language :: Python :: 3",
2020
"Programming Language :: Python :: 3.6",
2121
"Programming Language :: Python :: 3.7",
22-
"Programming Language :: Python :: 3.8"
22+
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
2424
],
2525
packages=find_packages(exclude=("tests",)),

0 commit comments

Comments
 (0)