~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robey Pointer
  • Date: 2007-05-21 07:37:15 UTC
  • Revision ID: robey@lag.net-20070521073715-s9iyq7qzm8yb5vrf
bug 98826: allow 'annotate' to take a path on the URL line instead of a
file_id.  this can be useful for generating urls in other apps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    url=url,
16
16
    download_url=download_url,
17
17
    license=license,
18
 
    maintainer="Michael Hudson",
19
 
    maintainer_email="michael.hudson@canonical.com",
20
18
    
21
19
    install_requires = [
22
20
        "TurboGears >= 1.0b1",
23
21
# for some reason, distutils can't find bzr.
24
22
#        "bzr >= 0.13",
25
23
    ],
26
 
    scripts = ["start-loggerhead", "stop-loggerhead"],
 
24
    scripts = ["start-loggerhead.py", "stop-loggerhead.py"],
27
25
    zip_safe=False,
28
26
    packages=find_packages(),
29
27
    package_data = find_package_data(where='loggerhead',