ubuntu-dev-tools is now installable with easy_install in local directory, without a global package installation

This commit is contained in:
Markus Korn 2009-01-02 17:51:08 +01:00
parent 4f99bf5466
commit 7680aa65d2

View File

@ -40,4 +40,5 @@ setup(name='ubuntu-dev-tools',
'what-patch', 'what-patch',
], ],
packages=['ubuntutools'], packages=['ubuntutools'],
py_modules = ['common'],
) )