Ensure MANIFEST.in is correct - No longer include *.pyc
Change-Id: I645cebb04a0a961bb4812ae69ff9dbf36ec486d7
This commit is contained in:
parent
cbc692d165
commit
bcbd0795b0
14
MANIFEST.in
14
MANIFEST.in
@ -1,12 +1,10 @@
|
|||||||
|
include AUTHORS
|
||||||
|
include ChangeLog
|
||||||
|
include moniker/versioninfo
|
||||||
|
include *.txt *.ini *.cfg *.rst *.md
|
||||||
|
recursive-include etc *
|
||||||
|
|
||||||
exclude .gitignore
|
exclude .gitignore
|
||||||
exclude .gitreview
|
exclude .gitreview
|
||||||
exclude *.sublime-project
|
exclude *.sublime-project
|
||||||
|
|
||||||
global-exclude *.pyc
|
global-exclude *.pyc
|
||||||
|
|
||||||
include *.txt *.ini *.cfg *.rst *.md
|
|
||||||
|
|
||||||
recursive-include moniker *
|
|
||||||
recursive-include etc *
|
|
||||||
recursive-include templates *
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user