changeset 597:1b03b7a566af

FIX: Remove __* from the manifest's "global-exclude": it excludes __init__.py files also. Use "exclude" instead. This is rooted: paths are given relative to the package root directory.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 10 Jan 2022 11:34:31 +0100
parents b665877eb3a9
children a150aa60d983
files MANIFEST.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Mon Jan 10 09:12:49 2022 +0100
+++ b/MANIFEST.in	Mon Jan 10 11:34:31 2022 +0100
@@ -4,4 +4,5 @@
 graft tests
 graft windows-dev
 prune docs/_build
-global-exclude *.pyc *.pyo __*
+exclude __*
+global-exclude *.pyc *.pyo