summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove setuptools import fallback to distutils.core (distutils.core use not r...ptmcg2021-04-131-4/+1
* Add Python 3.9 support (#256)Miroslav Šedivý2020-12-271-0/+1
* Diagram Improvements Episode III: Revenge of the Setuptools (#224)Michael Milton2020-06-221-3/+2
* Add explicit guard to setup.py against installs using Python < 3.5, for those...ptmcg2020-06-221-1/+8
* Railroad Diagrams (#218)Michael Milton2020-05-311-0/+1
* Staging changes for 3.0.0a1 alpha pre-releaseptmcg2020-04-051-2/+1
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-4/+12
* Blacken the project (#141)Jon Dufresne2019-10-311-29/+31
* Remove unused setup.py keywords "test_suite" (#137)Jon Dufresne2019-10-221-1/+0
* refactor tests into tests directory (#130)Kyle Lahnakoski2019-10-211-1/+1
* Add missing trove classifiers to setup.py (#136)Jon Dufresne2019-10-171-0/+4
* Support building without setuptools (#133)Tomáš Chvátal2019-10-171-1/+4
* Add long_description for setup.py; add py3.8-dev and pypy3 to Travis CI versionsptmcg2019-09-021-1/+2
* First pass removing Py2 cross-compatibility featuresPaul McGuire2019-08-051-6/+1
* Improved support for "python setup.py test"Paul McGuire2019-04-071-38/+39
* Remove distutils fallback and outdated commentJon Dufresne2018-12-221-11/+2
* Add Python 3.7 to supported versionspyparsing_2.2.1Paul McGuire2018-09-171-0/+1
* Add python_requires to help pipHugo2018-08-211-0/+1
* Update url and download_urlHugo2018-08-091-2/+2
* Add additional trove classifiers for supported PythonsJon Dufresne2018-06-161-0/+2
* Move src to rootCengiz Kaygusuz2017-11-201-0/+43