summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-09-30 15:50:59 -0500
committerJason Madden <jamadden@gmail.com>2020-09-30 15:50:59 -0500
commit4650c20cbba148fa480e9ff71a7cf209e8eb85b7 (patch)
treeae77837c4dec795b801fb864791fb659c5791a2c /setup.cfg
parent71ecaa8188894dccdf35351614e65f07752c2414 (diff)
downloadgreenlet-4650c20cbba148fa480e9ff71a7cf209e8eb85b7.tar.gz
Publish the change log on RTD.
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.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 569978e..e69de29 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +0,0 @@
-[sdist]
-formats=gztar zip