summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly specify UTF-8 encoding when opening README file (#163)Thomas2019-11-061-1/+2
| | | | | | | | * Explicitly specify UTF-8 encoding when opening README file * Fix Python 2.6.x+ support for setup.py * Removed stray unicode space character from README.rst
* Updates for 2.4.3 release - pathlib not Py2-compatibleptmcg2019-11-031-3/+2
|
* Updates for 2.4.3 release - use README.rst body instead of pyparsing ↵ptmcg2019-11-031-1/+9
| | | | docstring for PyPI compatibility
* Updates for 2.4.3 releasepyparsing_2.4.3ptmcg2019-11-031-1/+3
|
* 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