setup.py: install ubuntutools/lp files.

This commit is contained in:
Luca Falavigna 2009-02-03 12:44:03 +01:00
parent 53174fa9aa
commit 0d83a33944
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -3,7 +3,10 @@ ubuntu-dev-tools (0.61) UNRELEASED; urgency=low
[ Terence Simpson ]
* dgetlp: Replaced Bash version with a new Python script.
-- Jonathan Davies <jpds@ubuntu.com> Sun, 01 Feb 2009 10:57:51 +0000
[ Luca Falavigna ]
* setup.py: install ubuntutools/lp files.
-- Luca Falavigna <dktrkranz@ubuntu.com> Tue, 03 Feb 2009 12:42:39 +0100
ubuntu-dev-tools (0.60) jaunty; urgency=low

View File

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