summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to pyproject.toml (fixes #685).Andi Albrecht2022-12-301-12/+0
* Update copyright notice.Andi Albrecht2020-10-071-1/+1
* Move setup data to setup.cfg.Andi Albrecht2020-10-071-101/+2
* Add Python 3.9 classifier.Andi Albrecht2020-10-061-0/+1
* Document PyPy support with trove classifierJon Dufresne2020-09-131-0/+2
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-5/+2
* Add Python 3.8 to list of classifiers.Andreas Albrecht2020-01-081-0/+1
* Replace print statment by print function in documentation.Andi Albrecht2019-05-251-1/+1
* Add trove classifier for Python 3.7 supportJon Dufresne2018-08-281-0/+1
* Update copyright header (fixes #372).Andi Albrecht2018-07-311-1/+2
* Correct spelling (#407)Josh Soref2018-05-181-1/+1
* Pass python_requires argument to setuptoolsJon Dufresne2018-01-111-0/+1
* Remove support for EOL Python 3.3Jon Dufresne2018-01-111-1/+0
* Document project as stable and ready for use in productionJon Dufresne2018-01-041-1/+1
* Add Python 3.6 to classifiersVictor Uriarte2017-01-091-0/+1
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
* Fix entry_point name; sqlformat vs sqlparseVictor Uriarte2016-06-151-1/+1
* Update setup.pyVictor Uriarte2016-06-121-18/+12
* Apply new-style str formatVictor Uriarte2016-06-111-4/+3
* Add or Update copyright year to filesVictor Uriarte2016-06-041-2/+4
* Remove 2to3 from setup.py.Andi Albrecht2015-12-081-6/+0
* Misc code cleanup.Andi Albrecht2015-10-261-5/+2
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-3/+2
* Remove compatibility for Python < 2.7.Andi Albrecht2015-10-261-3/+0
* Add Python 3.5 to tox/travis config.Tim Graham2015-10-241-0/+2
* Actually import setup, even without setuptools (fixes #115).Andi Albrecht2013-10-241-0/+1
* Add minimal changes to support Python 2.4.Andi Albrecht2013-02-281-0/+1
* Remove x-bit from setup.py.Andi Albrecht2013-01-211-0/+0
* Require distribute only for Python 3.Andi Albrecht2013-01-011-2/+9
* Remove download url from setup (fixes issue84).Andi Albrecht2013-01-011-5/+0
* Don't install tests as a package.Andi Albrecht2013-01-011-1/+1
* Python 3 is now fully supported without any patches.Andi Albrecht2012-12-311-0/+7
* parse version number instead of importing sqlparse in setup.pyAndi Albrecht2012-11-241-17/+23
* Update links in setup.py, thanks to @bulkanevcimen.Andi Albrecht2012-08-241-4/+6
* Change all internal use of to_unicode() to __unicode__() and marked former on...Jesús Leganés Combarro "Piranna"2012-02-031-2/+2
* Updated trove classifier.Andi Albrecht2009-06-071-1/+1
* Updated version number.0.1.1Andi Albrecht2009-05-061-5/+15
* Added download URL.Andi Albrecht2009-04-071-0/+1
* Fixed setup.pyAndi Albrecht2009-04-071-23/+23
* Added long description for PyPIAndi Albrecht2009-04-071-2/+67
* Updated setup.pyAndi Albrecht2009-04-061-1/+1
* Initial import.Andi Albrecht2009-04-031-0/+28