Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add long_description for setup.py; add py3.8-dev and pypy3 to Travis CI versions | ptmcg | 2019-09-02 | 1 | -1/+2 |
| | |||||
* | First pass removing Py2 cross-compatibility features | Paul McGuire | 2019-08-05 | 1 | -6/+1 |
| | |||||
* | Improved support for "python setup.py test" | Paul McGuire | 2019-04-07 | 1 | -38/+39 |
| | |||||
* | Remove distutils fallback and outdated comment | Jon Dufresne | 2018-12-22 | 1 | -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.1 | Paul McGuire | 2018-09-17 | 1 | -0/+1 |
| | |||||
* | Add python_requires to help pip | Hugo | 2018-08-21 | 1 | -0/+1 |
| | |||||
* | Update url and download_url | Hugo | 2018-08-09 | 1 | -2/+2 |
| | |||||
* | Add additional trove classifiers for supported Pythons | Jon Dufresne | 2018-06-16 | 1 | -0/+2 |
| | |||||
* | Move src to root | Cengiz Kaygusuz | 2017-11-20 | 1 | -0/+43 |