summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Tell zest.releaser not to upload wheels, just the sdist. [skip ci]Jason Madden2021-01-131-0/+1
| | | | wheels are taken care of by CI and this makes sure local compiler options don't infect PyPI binaries.
* Move definition of __version__ into __init__.py.Jason Madden2020-11-161-0/+2
| | | | | | | | Instead of getting it from C in the GREENLET_VERSION macro. Also read this value in setup.py. This gets us DRY (don't repeat yourself) and compatibility with tools like zest.releaser.
* Publish the change log on RTD.Jason Madden2020-09-301-2/+0
| | | | | | | | | | Fixes #188 Some other minor modernizations as well: - use a RTD config file - Rename NEWS to CHANGES.rst as seems to be th current standard - Likewise, rename doc to docs and *.txt to *.rst (hooray syntax highlighting) - Partially require setuptools; we effectively did anyway. More work required here.
* Add gztar to sdist formatsAlexey Borzenkov2015-08-301-1/+1
|
* make sure sdist always creates a zip fileRalf Schmitt2011-12-141-0/+2