Skip to content

Commit

Permalink
Remove setuptools platform kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jul 17, 2017
1 parent 6f288bf commit e32d8ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
packages=find_packages(exclude=["test"]),
scripts=glob.glob("scripts/*"),
include_package_data=True,
platforms=["MacOS X", "Posix"],
test_suite="test",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit e32d8ef

Please sign in to comment.