Metadata-Version: 2.1
Name: django-whiteless
Version: 0.1.1
Summary: Django template tags for dealing with pesky whitespaces
License: MIT
Author: Deniz Dogan
Author-email: denizdogan@users.noreply.github.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: docs
Requires-Dist: Django (>=1.11,<2.0); python_version >= "2.7" and python_version < "2.8"
Requires-Dist: Django (>=2.0,<3.0); python_version >= "3.5" and python_version < "4.0"
