diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-06-15 08:48:51 +0000 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-06-18 13:05:45 +0200 |
| commit | 73e58a260d8ab3a52cc4e42ac95584f636feb7ff (patch) | |
| tree | a0b2067dbc954365eabeae131e8f79d2fabdc4c1 /MANIFEST.in | |
| parent | cf889381ffec9220ca9d7a8eccef0e06b903fa38 (diff) | |
Fixed #37159 -- Implemented reproducible artifact builds.devmain
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 1174cdb3dc..0000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,16 +0,0 @@ -include AUTHORS -include Gruntfile.js -include INSTALL -include LICENSE -include LICENSE.python -include MANIFEST.in -include package.json -include tox.ini -include *.rst -graft django -graft docs -graft extras -graft js_tests -graft tests -global-exclude *.py[co] -prune scripts |
