Skip to content

Commit

Permalink
Remove setuptools dependency
Browse files Browse the repository at this point in the history
Looks like this is not needed.
This will allow to workaround some problems with build tools like this one python-poetry/poetry#4242
  • Loading branch information
UncleGoogle committed Nov 10, 2022
1 parent e8daa98 commit 734fedb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
5.1 (unreleased)
----------------

- Nothing changed yet.
- Remove setuptools dependency


5.0 (2022-09-08)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def read(*rnames):
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope'],
install_requires=['setuptools'],
extras_require={
'testing': [],
'docs': [
Expand Down

0 comments on commit 734fedb

Please sign in to comment.