mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
Standalone CFF subroutinizer based on AFDKO tx https://github.com/adobe-type-tools/cffsubr neeed by py3-ufo2ft
13 lines
383 B
Diff
13 lines
383 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 14761ed..6b2959c 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -144,8 +144,6 @@ setup(
|
|
],
|
|
setup_requires=[
|
|
"setuptools_scm",
|
|
- # finds all git tracked files including submodules when making sdist MANIFEST
|
|
- "setuptools-git-ls-files",
|
|
],
|
|
extras_require={"testing": ["pytest"]},
|
|
python_requires=">=3.6",
|