mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
16 lines
390 B
Diff
16 lines
390 B
Diff
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -50,13 +50,9 @@
|
|
wsgi
|
|
|
|
[options]
|
|
-use_scm_version = True
|
|
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
|
packages = find:
|
|
include_package_data = True
|
|
-setup_requires =
|
|
- setuptools_scm>=1.15.0
|
|
- setuptools_scm_git_archive>=1.0
|
|
install_requires =
|
|
backports.functools_lru_cache; python_version < '3.3'
|
|
selectors2; python_version< '3.4'
|