| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
wheels are taken care of by CI and this makes sure local compiler options don't infect PyPI binaries.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|