Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e68abf3

Browse files
authored
Remove dependency on setuptools (#22)
The project uses flit now, and has no requirement on ``pkg_resources``.
1 parent 741a2eb commit e68abf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ classifiers = [
3333
"Topic :: Documentation",
3434
"Topic :: Documentation :: Sphinx",
3535
]
36-
dependencies = [
37-
"setuptools", # for pkg_resources
38-
]
3936
dynamic = ["version"]
4037

4138
[[project.authors]]

0 commit comments

Comments
 (0)