Skip to content

Commit

Permalink
fix: pep8 update
Browse files Browse the repository at this point in the history
  • Loading branch information
levje committed Nov 7, 2024
1 parent a7c4627 commit 4039503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def run(self):
},
ext_modules=get_extensions(),
python_requires=PYTHON_VERSION,
setup_requires=[], # replaced by PEP518 (pyproject.toml)
setup_requires=[], # replaced by PEP518 (pyproject.toml)
install_requires=external_dependencies,
entry_points={
'console_scripts': ["{}=scripts.{}:main".format(
Expand Down

0 comments on commit 4039503

Please sign in to comment.