Skip to content

Commit

Permalink
Merge 52ca7e8 into 0e6e323
Browse files Browse the repository at this point in the history
  • Loading branch information
tml committed May 22, 2015
2 parents 0e6e323 + 52ca7e8 commit 1473ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@ def setup_package():
zip_safe=False,
extras_require=setupinfo.get_extras_require(),
classifiers=(
filter(None, classifiers.strip().split('\n')) +
[_f for _f in classifiers.strip().split('\n') if _f] +
setupinfo.get_trove_classifiers()
),
**setupinfo.extra_setup_args())
Expand Down

0 comments on commit 1473ffb

Please sign in to comment.