Skip to content

Commit

Permalink
fix up classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike committed Sep 3, 2018
1 parent f55ec9b commit 432f35e
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 @@ -23,7 +23,7 @@
packages=['pygrep'],
scripts=['scripts/pygrep'],
license="MPL 2.0",
classifiers=CLASSIFIERS.split("\n"),
classifiers=CLASSIFIERS.splitlines(),
platforms=["any"],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
install_requires=[
Expand Down

0 comments on commit 432f35e

Please sign in to comment.