issues
search
cobrateam
/
django-htmlmin
HTML minifier for Python frameworks (not only Django, despite the name).
http://pypi.python.org/pypi/django-htmlmin
BSD 2-Clause "Simplified" License
542
stars
73
forks
source link
Tidy up setup.py
#99
Closed
adamchainz
closed
8 years ago
adamchainz
commented
8 years ago
Don't import the package code, so no dependencies are required at install time
Close file pointer on README.rst
Fix description to highlight it's not Django only, as on Github
Don't depend on
argparse
since it's included in Python 2.7+, which is all that's supported
Add trove classifiers
andrewsmedina
commented
8 years ago
@adamchainz thank you!
adamchainz
commented
8 years ago
np
argparse
since it's included in Python 2.7+, which is all that's supported