view 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 source

include .hg* *.txt requirement*
include configmix/*.c configmix/*.h
graft docs
graft tests
graft windows-dev
prune docs/_build
exclude __*
global-exclude *.pyc *.pyo