Update MANIFEST and .gitattributes
* Modify `git archive` to include all source code so that creating a release source tarball is now done with `setup.py sdist` which uses the MANIFEST.in file to determine files to be included.
This commit is contained in:
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -1,13 +1,3 @@
|
||||
packaging export-ignore
|
||||
docs/build/ export-ignore
|
||||
docs/source/ export-ignore
|
||||
deluge/tests/ export-ignore
|
||||
deluge/scripts/ export-ignore
|
||||
setup.cfg export-ignore
|
||||
generate_pot.py export-ignore
|
||||
gen_web_gettext.py export-ignore
|
||||
deluge/ui/web/docs/ export-ignore
|
||||
|
||||
.gitattributes export-ignore
|
||||
.gitmodules export-ignore
|
||||
.gitignore export-ignore
|
||||
|
Reference in New Issue
Block a user