summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.10.x'David Lord2019-10-041-1/+1
|\
| * Fix typo in setup.pyAdrian2019-10-041-1/+1
| |
* | Merge branch '2.10.x'David Lord2019-10-041-76/+43
|\ \ | |/
| * update project metadataDavid Lord2019-10-041-71/+44
| |
| * release 2.10.12.10.1David Lord2019-04-061-1/+1
| |
* | Add docs, code and issue tracker links to setup.pyAlex Chan2019-09-221-0/+5
| |
* | standardize licenseDavid Lord2019-07-171-1/+1
| |
* | Add testing and document support for Python 3.7 & pypy3Jon Dufresne2018-12-081-0/+1
| |
* | Merge pull request #797 from jdufresne/pyreqDavid Lord2018-08-301-0/+1
|\ \ | | | | | | Pass python_requires argument to setuptools
| * | Pass python_requires argument to setuptoolsJon Dufresne2018-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* | | Add trove classifier for PyPy supportJon Dufresne2018-08-291-0/+2
|/ / | | | | | | Tested during CI since 761da6ff612966214fe9e34ac6bc86499e34da26.
* | Also drop Python 2.6Florian Bruhin2018-06-271-1/+0
| |
* | Drop Python 3.3 supportFlorian Bruhin2018-06-271-1/+0
| | | | | | | | | | It's currently broken on Travis (as it was dropped in 'wheel'), so continuing to support it is probably not worth the pain.
* | Trivial typosUnknown2017-11-081-1/+1
| | | | | | Most non-user facing.
* | Bump version number to 2.11.devDavid Lord2017-11-081-1/+1
|/
* Bump version number to 2.102.102.10-maintenanceDavid Lord2017-11-081-1/+1
|
* Merge pull request #703 from jdufresne/httpsDavid Lord2017-04-091-2/+2
|\ | | | | In documentation, prefer https over http when available
| * In documentation, prefer https over http when availableJon Dufresne2017-04-091-2/+2
| |
* | Add trove classifier for Python 3.6Jon Dufresne2017-04-091-0/+1
|/
* Fixed incorrect merge in setup.pyBruno Guberfain do Amaral2017-04-051-4/+0
| | | I just don't know if the correct version is 2.9.7.dev or 2.10.dev
* Merge branch '2.9-maintenance'Armin Ronacher2017-04-031-0/+4
|\
| * 2.9.7-devArmin Ronacher2017-04-031-1/+1
| |
| * Bump version number to 2.9.62.9.6Armin Ronacher2017-04-031-1/+1
| |
| * 2.9.6-devArmin Ronacher2017-01-281-1/+1
| |
| * Bump version number to 2.9.52.9.5Armin Ronacher2017-01-281-1/+1
| |
| * 2.9.5-devArmin Ronacher2017-01-101-1/+1
| |
| * Bump version number to 2.9.42.9.4Armin Ronacher2017-01-101-1/+1
| |
| * 2.9.4-devArmin Ronacher2017-01-081-1/+1
| |
| * Bump version number to 2.9.32.9.3Armin Ronacher2017-01-081-1/+1
| |
| * 2.9.3-devArmin Ronacher2017-01-081-1/+1
| |
| * Bump version number to 2.9.22.9.2Armin Ronacher2017-01-081-1/+1
| |
| * 2.9.2-devArmin Ronacher2017-01-071-1/+1
| |
| * Bump version number to 2.9.12.9.1Armin Ronacher2017-01-071-1/+1
| |
* | 2.10-devArmin Ronacher2017-01-071-1/+1
|/
* Bump version number to 2.92.9Armin Ronacher2017-01-071-1/+1
|
* Ensure we depend on recent markupsafe. Fixes #638Armin Ronacher2017-01-061-1/+1
|
* Added Python 3.4 and 3.5 to the classifiers in setup.pySebastian Noack2015-10-061-0/+2
|
* This is 2.9.devArmin Ronacher2015-07-261-1/+1
|
* Bump version number to 2.82.8Armin Ronacher2015-07-261-1/+1
|
* Hardcode version in setup.py again.Armin Ronacher2015-07-261-10/+1
|
* Add Python classifiers for all supported versionsMarkus Unterwaditzer2015-06-011-0/+4
| | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits.
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-4/+1
| | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests.
* Adding pytest references and dependencies in setup.py and MakefileKartheek Lenkala2015-03-221-1/+4
|
* Pytest migration initial commitKartheek Lenkala2015-03-221-2/+1
|
* deduplicate version infoMarkus Unterwaditzer2015-02-061-1/+10
|
* Use PEP440-compatible dev versionThiefMAster2015-02-061-1/+1
|
* Merge branch '2.7-maintenance'Armin Ronacher2014-06-061-2/+0
|\
| * Ready for 2.7.4Armin Ronacher2014-06-061-1/+1
| |
| * Bump version number to 2.7.32.7.3Armin Ronacher2014-06-061-1/+1
| |
| * This is 0.7.3-devArmin Ronacher2014-01-101-1/+1
| |