mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
Avoid including .pyc in source distribution
Fix #1825. Inspired by: https://github.com/mitsuhiko/flask/blob/master/MANIFEST.in
This commit is contained in:
parent
248b0b070c
commit
ba5b39cd46
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Include tests (but avoid including *.pyc, etc.)
|
||||
prune test
|
||||
recursive-include test/rsrc *
|
||||
recursive-exclude test/rsrc *.pyc
|
||||
recursive-exclude test/rsrc *.pyo
|
||||
include test/*.py
|
||||
|
||||
# Include relevant text files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue