Skip to content

Commit d647d72

Browse files
committed
Stop depending on setuptools.
Closes: #631.
1 parent ee5ee49 commit d647d72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ packages = find:
2828
setup_requires = setuptools_scm
2929
install_requires =
3030
attrs>=17.4.0
31+
functools32;python_version<'3'
3132
importlib_metadata;python_version<'3.8'
3233
pyrsistent>=0.14.0
33-
setuptools
3434
six>=1.11.0
35-
functools32;python_version<'3'
3635

3736
[options.extras_require]
3837
format =

0 commit comments

Comments
 (0)