Skip to content

Commit 4f3d502

Browse files
a-detisteprusnak
authored andcommitted
avoid generating spurious python3-pkg-resources dependency
1 parent c3ec572 commit 4f3d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,5 @@ def find_version():
269269
"Programming Language :: Python :: 3.9",
270270
],
271271
ext_modules=cythonize(modules, language_level=3),
272-
install_requires=["setuptools>=19.0"],
272+
setup_requires=["setuptools>=19.0"],
273273
)

0 commit comments

Comments
 (0)