Skip to content

Commit ac8643f

Browse files
committed
Remove bundled ez_setup, require setuptools for development
* ez_setup has not been updated in 7 years: https://github.com/pypa/setuptools/tree/bootstrap * See pypa/setuptools#581
1 parent b518e49 commit ac8643f

File tree

5 files changed

+9
-416
lines changed

5 files changed

+9
-416
lines changed

HACKING.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ RELEASE PROCEDURE
231231

232232
1. Document the release correctly in ``README.rst``.
233233

234-
2. Test the project build with the latest available ``setuptools`` project and
235-
update the ``ez_setup.py`` ``setuptools`` installation script as needed.
234+
2. Test the project build with the latest available ``setuptools`` project.
236235

237236
* Use the latest available & tested ``setuptools`` release.
238237
* If a new ``setuptools`` release drops support for an older Python release,

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# tried out did not work correctly with Python 3.
66

77
# Top level project files.
8-
include ez_setup.py
98
include HACKING.rst
109
include LICENSE.txt
1110
include TODO.txt

ez_setup.py

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)