summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | setuptools includes a vendored version of pyparsing (and other dependencies). They are not install through traditional tools. Therefore, distutils is not required as fallback to facilitate setuptools. https://github.com/pypa/setuptools/blob/v40.6.3/setuptools/_vendor/pyparsing.py The Python documentation recommends against using distutils: https://docs.python.org/3/library/distutils.html > Most Python users will not want to use this module directly, but > instead use the cross-version tools maintained by the Python Packaging > Authority. In particular, setuptools is an enhanced alternative to > distutils that provides ... Also remove the unused imports.
* 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