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 authored Nov 10, 2022
1 parent e8daa98 commit 67d3b9d
Showing 1 changed file with 0 additions and 1 deletion.
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 67d3b9d

Please sign in to comment.