setup.py: Install also the ubuntutools/requestsync/* modules (lp: #421627)

This commit is contained in:
Michael Bienia 2009-09-01 10:56:57 +02:00
parent 72d3f50be2
commit ccc6d698a5
2 changed files with 10 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,8 +1,12 @@
ubuntu-dev-tools (0.77) UNRELEASED; urgency=low
ubuntu-dev-tools (0.77) karmic; urgency=low
[ Nathan Handler ]
* pull-revu-source: Update to use dsc.py to get dsc URL
-- Nathan Handler <nhandler@ubuntu.com> Sun, 30 Aug 2009 19:51:03 +0000
[ Michael Bienia ]
* Install also the ubuntutools/requestsync/* modules (lp: #421627)
-- Michael Bienia <geser@ubuntu.com> Tue, 01 Sep 2009 10:56:29 +0200
ubuntu-dev-tools (0.76) karmic; urgency=low

View File

@ -42,5 +42,8 @@ setup(name='ubuntu-dev-tools',
'update-maintainer',
'what-patch',
],
packages=['ubuntutools', 'ubuntutools/lp'],
packages=['ubuntutools',
'ubuntutools/lp',
'ubuntutools/requestsync',
],
)