~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to MANIFEST.in

  • Committer: Vincent Ladeuil
  • Date: 2016-02-07 18:23:13 UTC
  • mto: (6615.3.1 2.7)
  • mto: This revision was merged to the branch mainline in revision 6620.
  • Revision ID: v.ladeuil+lp@free.fr-20160207182313-jwz7z3vj4mpyjn7y
Ensure http://pad.lv/1323805 won't come back.

Since the 2.6.0 release pypi policy changed and release tarballs can't be
hosted on launchpad anymore, they have to be uploaded to
http://pypi.python.org/pypi


This fixes setup.py sdist to generate the right tarball with nearly the same
content as the one produced for 2.7.0.

Such a tarball have been uploaded to pypi properly signed and tested for
installation in venv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include bzr README setup.py
 
1
include bzr README setup.py COPYING.txt
 
2
# FIXME: Not needed, remove after 2.7.0 -- vila 2016-02-07
 
3
include BRANCH.TODO bzr.ico INSTALL Makefile MANIFEST.in NEWS profile_imports.py README_BDIST_RPM .rsyncexclude .testr.conf TODO tools/bzr_epydoc tools/packaging/lp-upload-release tools/subunit-sum bzrlib/plugins/news_merge/README bzrlib/plugins/po_merge/README bzrlib/tests/ssl_certs/ca.key bzrlib/tests/ssl_certs/server.csr bzrlib/plugins/grep/.bzrignore bzrlib/plugins/grep/NEWS
 
4
# bzr export still create some empty dirs that need to be removed
 
5
# bzrlib/plugins/weave_fmt/tests/ bzrlib/store/revision/ doc/ja/_templates/ man1/ man1
 
6
recursive-include tools/win32 *
2
7
recursive-include bzrlib *.py *.pyx *.pxd *.txt *.c *.h
3
8
recursive-include tools *.py *.sh
 
9
recursive-include apport *
 
10
recursive-include contrib *
 
11
recursive-include doc *
 
12
recursive-include po *