* setup.py:

- Install buildd.
  - Use a #!/usr/bin/python header.
This commit is contained in:
Jonathan Patrick Davies 2008-08-12 14:19:52 +01:00
parent d6a19fc638
commit 0d993122ea

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
from distutils.core import setup
import glob
@ -16,6 +16,7 @@ if os.path.exists(changelog):
setup(name='ubuntu-dev-tools',
version=version,
scripts=['404main',
'buildd',
'check-symbols',
'dch-repeat',
'dgetlp',