mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
15 lines
389 B
Diff
15 lines
389 B
Diff
diff --git a/setup.cfg b/setup.cfg
|
|
index a082b3c..b7a4502 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -27,9 +27,6 @@ project_urls =
|
|
|
|
[options]
|
|
packages = dtrx
|
|
-install_requires =
|
|
- platform==unsupported;platform_system=="Windows"
|
|
- subprocess32;python_version < '3.3'
|
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
|
|
|
|
[options.entry_points]
|