Skip to content

Commit 4f6e0a7

Browse files
author
Matt Boran
committed
Fix problem with setuptools.setup for pypi upload
1 parent 9566715 commit 4f6e0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
classifiers=[
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: MIT License",
19-
"Operating System :: OS Independant",
19+
"Operating System :: OS Independent",
2020
],
2121
install_requires=[
2222
'colorama',

0 commit comments

Comments
 (0)