summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Added generic trove classifiers for Python 2.x and 3.x.Jannis Leidel2014-02-141-0/+2
* Fix for extracting version number in Python 3Maik Hoepfel2014-01-241-8/+13
* Ported setup.py to python 3Rafal Stozek2013-03-201-7/+10
* Updated links to the docs.Jannis Leidel2013-03-181-1/+1
* Removed 2.5 from trove classifiers.Jannis Leidel2013-03-181-1/+0
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ign...Mathieu Pillard2012-07-171-12/+8
* Simplified the version handling further, `compressor.__version__` is now the ...Jannis Leidel2012-02-141-15/+28
* Stopped using versiontools.Jannis Leidel2012-02-011-4/+1
* Merge branch 'hotfix/1.1.2' into developJannis Leidel2012-01-101-1/+1
|\
| * Fixed an installation issue with versionstools. Closes #181.Jannis Leidel2012-01-101-1/+1
* | Made sure package_data contains the right stuff.Jannis Leidel2011-12-051-2/+1
* | Moved tests in the compressor package again.Jannis Leidel2011-12-051-1/+1
|/
* Fixed a bunch of forgotten things, d'oh!Jannis Leidel2011-09-071-3/+3
* A few minor fixes to the setup.py.Jannis Leidel2011-08-251-5/+6
* Fixed license parameter in setup.py to correct value (MIT).Jannis Leidel2011-08-251-2/+2
* Make sure of versiontools for version handling.Jannis Leidel2011-08-251-1/+4
* Moved settings handling over to django-appconf and fixed coverage.Jannis Leidel2011-08-251-0/+3
* Moved tests out of the app to stay sane and changed a few things. E.g. the in...Jannis Leidel2011-08-101-1/+1
* Created new parser, HtmlParser, based on the stdlib HTMLParser module.Jaap Roes2011-04-201-3/+0
* Merge branch 'readme_tweaks' of https://github.com/jaap3/django_compressor in...Jannis Leidel2011-04-181-1/+1
|\
| * Expanded and reworded README.rst a bit, nitpick the description in setup.py.Jaap Roes2011-04-171-1/+1
* | Install html5lib in the tox configuration automatically and directly call run...Jannis Leidel2011-04-181-4/+0
|/
* Very minor nitpicking.Jannis Leidel2011-04-161-2/+2
* Split documentation in pieces to be easier to read.Jannis Leidel2011-04-081-1/+1
* Skip lxml tests if not found due to the special install requirements lxml has.Jannis Leidel2011-02-051-1/+1
* Updating setup.py to ensure templates are distributed when built via bdist_eg...Thom Linton2011-02-021-1/+1
* Use PEP 386 compatible version scheme.Jannis Leidel2011-02-011-1/+2
* Use ReadTheDocs.Jannis Leidel2011-01-211-1/+1
* Moved finddata into setup.py itself to fix running it in tox.Jannis Leidel2011-01-201-1/+93
* Made finding packages and its data easier by using the excellent finddata uti...Jannis Leidel2011-01-201-16/+4
* Moved tests from external project to the app.Jannis Leidel2011-01-201-0/+4
* Officially adopting the project from Christian Metts, cheers!Jannis Leidel2011-01-201-4/+3
* Bumped version up a bit.Jannis Leidel2011-01-131-1/+1
* Prevent accidentally installing the app as an egg file and automatically inst...Jannis Leidel2011-01-131-3/+4
* Bumped to 0.6a7.Jannis Leidel2010-09-161-1/+1
* Forgot to add the management command module to the list of packages. Bumped v...Jannis Leidel2010-08-121-1/+3
* Bumped version.Jannis Leidel2010-08-121-1/+1
* Bumped version.Jannis Leidel2010-08-111-1/+1
* Bumped version.Jannis Leidel2010-07-021-1/+1
* Bumped version a little.Jannis Leidel2010-06-151-1/+1
* Bumped to development version 0.6a1.Jannis Leidel2010-06-071-1/+1
* Make sure the new cssmin package is included in source distributions.Jannis Leidel2010-06-021-0/+1
* Bumped version to 0.5.4.Jannis Leidel2010-05-071-1/+1
* Bumped version up to 0.5.3.0.5.3Jannis Leidel2010-02-241-1/+1
* Bumped version to 0.5.2.0.5.2Jannis Leidel2010-02-231-2/+2
* Merged in dziegler's changes, a dog pile prevention and a needed verison bumpxian2009-12-281-1/+1
|\
| * bump version number to 0.5.10.5.1dziegler2009-11-181-1/+1
* | Added package_data kwarg to setup function to install templates.Ben Spaulding2009-12-271-0/+5
|/
* Bugfix so it can actually be used - otherwise you'll get an import error for ...0.5acdha2009-10-191-0/+1
* README improvements.xian2009-04-301-0/+3