summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-08-27 22:48:19 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-08-27 22:51:43 +0100
commitf4e5fb446d70b5a66daea869a859b1d40f7f6c18 (patch)
treeaf6a2ca08e03a03b5a5955e955f4b19cd95b6b56 /MANIFEST.in
parent9e13f671ee8f86c0fa85f68df251e11243dcef18 (diff)
downloaddeluge-f4e5fb446d70b5a66daea869a859b1d40f7f6c18.tar.gz
deluge-f4e5fb446d70b5a66daea869a859b1d40f7f6c18.tar.bz2
deluge-f4e5fb446d70b5a66daea869a859b1d40f7f6c18.zip
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.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d13f2492f..7b9bb2dd7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,12 @@
-include AUTHORS ChangeLog DEPENDS LICENSE msgfmt.py RELEASE-VERSION version.py
+include AUTHORS ChangeLog DEPENDS LICENSE msgfmt.py RELEASE-VERSION version.py README.rst
+
graft docs/man
include deluge/i18n/*.po
recursive-exclude deluge/i18n LC_MESSAGES *.mo
graft deluge/plugins
-recursive-exclude deluge/plugins create_dev_link.sh *.pyc
+recursive-exclude deluge/plugins create_dev_link.sh *.pyc *.egg
prune deluge/tests
graft deluge/ui/data