Changeset f4e5fb


Ignore:
Timestamp:
08/27/2015 09:51:43 PM (10 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
62a144c
Parents:
9e13f6
git-author:
Calum Lind <calumlind+deluge@gmail.com> (08/27/2015 09:48:19 PM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (08/27/2015 09:51:43 PM)
Message:

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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .gitattributes

    r9e13f6 rf4e5fb  
    1 packaging export-ignore
    2 docs/build/ export-ignore
    3 docs/source/ export-ignore
    4 deluge/tests/ export-ignore
    5 deluge/scripts/ export-ignore
    6 setup.cfg export-ignore
    7 generate_pot.py export-ignore
    8 gen_web_gettext.py export-ignore
    9 deluge/ui/web/docs/ export-ignore
    10 
    111.gitattributes export-ignore
    122.gitmodules export-ignore
  • MANIFEST.in

    r9e13f6 rf4e5fb  
    1 include AUTHORS ChangeLog DEPENDS LICENSE  msgfmt.py RELEASE-VERSION version.py
     1include AUTHORS ChangeLog DEPENDS LICENSE  msgfmt.py RELEASE-VERSION version.py README.rst
     2
    23graft docs/man
    34
     
    67
    78graft deluge/plugins
    8 recursive-exclude deluge/plugins create_dev_link.sh *.pyc
     9recursive-exclude deluge/plugins create_dev_link.sh *.pyc *.egg
    910
    1011prune deluge/tests
Note: See TracChangeset for help on using the changeset viewer.