blob: 44dd69e2b362be04335ae44a8a86c044042ea681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Remove scripts because these contain additional, undocumented dependencies and
are not required as the package is used only as a library.
--- setup.cfg.orig 2020-12-02 20:52:12 UTC
+++ setup.cfg
@@ -25,10 +25,10 @@ classifier =
[files]
packages =
openstackdocstheme
-scripts =
- bin/docstheme-build-translated.sh
- bin/docstheme-lang-display-name.py
- bin/docstheme-build-pdf
+#scripts =
+# bin/docstheme-build-translated.sh
+# bin/docstheme-lang-display-name.py
+# bin/docstheme-build-pdf
[egg_info]
tag_build =
|