diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-20 13:57:07 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-21 15:37:36 -0300 |
| commit | ab8ba62dbbfe7f75b05b5f24128f812fd750e88a (patch) | |
| tree | a719dbf6360f9c45b7d56ad367c594730f936c9f | |
| parent | 2f77776f00b133a0dcfe055db80741e70dc1d408 (diff) | |
[6.0.x] Skipped scripts/ folder from built release artifacts.
Backport of 971c76f735d2d61051d887b62a244d743794699a from main.
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 63c1609431..1174cdb3dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,6 +11,6 @@ graft django graft docs graft extras graft js_tests -graft scripts graft tests global-exclude *.py[co] +prune scripts |
