Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ long_description_content_type = text/x-rst
zip_safe = False
packages = find:
python_requires = >=3.7
setup_requires =
setuptools_scm
install_requires =
setuptools>=30.3.0
Comment on lines -24 to -25
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be clear; only this part is problematic, setup_requires is fine in itself, but it's still redundant with pyproject.toml and should not be needed at all with python_requires = >=3.7


[options.extras_require]
test =
Expand Down
Loading