Skip to content

Commit

Permalink
Remove bundled ez_setup, require setuptools for development
Browse files Browse the repository at this point in the history
* ez_setup has not been updated in 7 years: https://github.com/pypa/setuptools/tree/bootstrap
* See pypa/setuptools#581
  • Loading branch information
phillbaker committed Jan 16, 2024
1 parent b518e49 commit ac8643f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 416 deletions.
3 changes: 1 addition & 2 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ RELEASE PROCEDURE

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

2. Test the project build with the latest available ``setuptools`` project and
update the ``ez_setup.py`` ``setuptools`` installation script as needed.
2. Test the project build with the latest available ``setuptools`` project.

* Use the latest available & tested ``setuptools`` release.
* If a new ``setuptools`` release drops support for an older Python release,
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# tried out did not work correctly with Python 3.

# Top level project files.
include ez_setup.py
include HACKING.rst
include LICENSE.txt
include TODO.txt
Expand Down
334 changes: 0 additions & 334 deletions ez_setup.py

This file was deleted.

0 comments on commit ac8643f

Please sign in to comment.