Skip to content

Commit 64471ab

Browse files
committed
Make Python package excludes global
Similar to encode/django-rest-framework#5373
1 parent 2ff2aa0 commit 64471ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include LICENSE
22
include requirements.txt
33

4-
recursive-exclude * __pycache__
5-
recursive-exclude * *.py[co~]
6-
recursive-exclude * .*
4+
global-exclude __pycache__
5+
global-exclude *.py[co]
6+
global-exclude .*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy