edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Remove fallback to distutils, patching of bdist_egg and use of doctools. #74

Closed hodgestar closed 3 months ago

hodgestar commented 3 months ago

The import fallback to distutils, the patching of bdist_egg and the use of doctools were all legacy parts of Genshi's setup.py that I believe are now largely unused. This small PR simplifies the setup by removing them.

This is a redo of #70 on top of the latest master branch.