Skip to content

Commit

Permalink
avoid generating spurious python3-pkg-resources dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste authored and prusnak committed Jan 15, 2025
1 parent c3ec572 commit 4f3d502
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 @@ -269,5 +269,5 @@ def find_version():
"Programming Language :: Python :: 3.9",
],
ext_modules=cythonize(modules, language_level=3),
install_requires=["setuptools>=19.0"],
setup_requires=["setuptools>=19.0"],
)

0 comments on commit 4f3d502

Please sign in to comment.