You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/importlib_resources/files/importlib_resources-1.0.2-s...

13 lines
305 B

diff --git a/setup.cfg b/setup.cfg
index c9ef791..412b1a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,6 @@ classifiers =
python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
setup_requires =
setuptools
- wheel
install_requires =
pathlib2; python_version < '3'
typing; python_version < '3.5'