mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-12-23 12:13:51 +01:00
* Use `prune **` to remove all files from the sdist
- c.f. https://packaging.python.org/guides/using-manifest-in/#manifest-in-commands
- "Setuptools also has undocumented support for ** matching zero or
more characters including forward slash, backslash, and colon."
* Manually include all "default" files for a sdist in MANIFEST.in
- c.f. https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist
* Include requirements.txt as not using declartive spec for setup
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
prune **
|
|
graft prettymaps
|
|
|
|
include setup.py
|
|
include LICENSE
|
|
include README.md
|
|
include MANIFEST.in
|
|
|
|
include requirements.txt
|
|
|
|
global-exclude __pycache__ *.py[cod]
|