Skip to content

Commit

Permalink
setup.py: Fix OS classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
fschrempf committed Dec 29, 2020
1 parent 6afc008 commit 7c362ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: Linux",
"Operating System :: POSIX :: Linux",
],
install_requires=[
'numpy',
Expand Down

0 comments on commit 7c362ee

Please sign in to comment.