mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-31 18:12:56 +02:00
Merge pull request #68 from matthewfeickert/build/add-MANIFEST
build: Add MANIFEST.in with prune strategy
This commit is contained in:
11
MANIFEST.in
Normal file
11
MANIFEST.in
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
prune **
|
||||||
|
graft prettymaps
|
||||||
|
|
||||||
|
include setup.py
|
||||||
|
include LICENSE
|
||||||
|
include README.md
|
||||||
|
include MANIFEST.in
|
||||||
|
|
||||||
|
include requirements.txt
|
||||||
|
|
||||||
|
global-exclude __pycache__ *.py[cod]
|
Reference in New Issue
Block a user