~rexbron/ubuntu-dev-tools/python-ppaput

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Andrew Hunter
  • Date: 2008-02-15 18:43:38 UTC
  • Revision ID: andrew@aehunter.net-20080215184338-6pbdys8nasuno0t8
Renamed python-ppaput to python-ubuntutools and changed ppaput moudule name to ppa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
               'get-build-deps',
34
34
               'dgetlp'
35
35
            ],
36
 
    py_modules=['ppaput'],
 
36
    py_modules=['ppa'],
37
37
)