~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-26 14:52:44 UTC
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: john@arbash-meinel.com-20080726145244-l7h1ndtlu5mnm9tg
Add Copyright information to most files.

Fix the documentation for start/stop in the README.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# for some reason, distutils can't find bzr.
39
39
#        "bzr >= 0.13",
40
40
    ],
41
 
    scripts = ["start-loggerhead", "stop-loggerhead", "serve-branches"],
 
41
    scripts = ["start-loggerhead", "stop-loggerhead"],
42
42
    zip_safe=False,
43
43
    packages=find_packages(),
44
44
    package_data = find_package_data(where='loggerhead',
45
45
                                     package='loggerhead'),
46
46
#    data_files = find_package_data(where='loggerhead', package='loggerhead'),
47
 
    data_files=[('share/man/man1', 
48
 
                    ['start-loggerhead.1', 'stop-loggerhead.1'])],
49
47
    keywords = [
50
48
        'turbogears.app',
51
49
    ],