summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Django 4.2 tox update (#1189)HEADdevelopJonas Vacek2023-05-141-0/+1
* Doc fixes, prepare 4.3.1Mathieu Pillard2023-01-221-3/+4
* Officially support Python 3.11 (#1168)Mathieu Pillard2023-01-061-0/+1
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-46/+59
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-141-1/+0
* Bump rcssmin to version 1.1.1 (#1137)Areski Belaid2022-10-141-1/+1
* add GitHub URL for PyPi (#1104)Andrii Oriekhov2022-04-031-0/+3
* Prepare 3.0 release3.0Mathieu Pillard2021-12-121-5/+5
* Update RCSSMIN version (#1085)Miku Chan2021-12-071-1/+1
* Updated rjsmin dependency. (#1080)Miku Chan2021-11-221-1/+1
* Update classifiers (#1062)Jaap Roes2021-09-161-1/+1
* Merge pull request #1049 from cron-ooo/outdatedMathieu Pillard2021-04-131-4/+10
|\
| * Remove outdated codetufedtm2021-04-131-4/+10
* | Update Django/Python supportBruno Alla2021-04-121-0/+1
|/
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-021-1/+0
* Remove six (#976)Albert Wang2020-01-021-1/+0
* Remove support for python 2.7, 3.4 and django 2.1 (#965)Albert Wang2020-01-021-3/+0
* Update django-appconfAlbert Wang2019-12-201-1/+1
* Synchronize with setup.pyAlbert Wang2019-12-141-0/+1
* Allow six to be upgraded (#972)Jaap Roes2019-12-091-1/+1
* Use six directly instead of django.utils.six (#950)Tobias Kunze2019-07-061-0/+1
* Upgrade rJSmin to 1.1.0 (#936)Illia Volochii2019-04-201-1/+1
* Return Python 3.4 to the list of package classifiersIllia Volochii2019-04-191-0/+1
* Update classifiers of the packageIllia Volochii2019-04-191-3/+1
* Add django 2.0 to the build matrix (#896)Bruno Alla2018-03-101-0/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-311-1/+1
* Updated required django-appconf version.Jon2016-02-031-1/+1
* remove setup.py classifier for py2.6, add py3.5Nik Nyby2015-12-161-1/+1
* Remove rcssmin and rjsmin from the repo and make them proper dependencies. re...Johannes Linke2015-12-041-0/+2
* Add 3.4 trove classifierVille Skyttä2015-10-181-0/+1
* 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
|\