diff MANIFEST.in @ 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 ed131d456319
children dec978cad4d1
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