~dobey/tarmac/fix-633937

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2010-08-17 17:18:12 UTC
  • mfrom: (340.1.1 grrrr-me)
  • Revision ID: paul@eventuallyanyway.com-20100817171812-kyutt00s3h4n8gx0
Missing comma in setup.py from last commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    #data_files=[('share/tarmac/', ['tarmac-web']),
36
36
    #            ('share/tarmac/templates/', ['templates/index.html']),
37
37
    #            ],
38
 
    data_files=[('share/man/man1', ['docs/tarmac.1'])]
 
38
    data_files=[('share/man/man1', ['docs/tarmac.1'])],
39
39
    long_description='''
40
40
        Tarmac is a series of scripts to facilitate the landing of Bazaar
41
41
        branches in Launchpad (http://edge.launchpad.net).''',