Skip to content

Commit 06fc1c1

Browse files
authored
Merge pull request jazzband#90 from byjott/remove-setuptools-dep
Remove runtime dependency on setuptools
2 parents bcb5dd3 + eed7d6b commit 06fc1c1

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
@@ -54,7 +54,7 @@ def test_suite():
5454
packages=["geojson"],
5555
package_dir={"geojson": "geojson"},
5656
package_data={"geojson": ["*.rst"]},
57-
install_requires=["setuptools"],
57+
install_requires=[],
5858
test_suite="setup.test_suite",
5959
classifiers=[
6060
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)