~rafalcieslak256/ubuntu-accomplishments-daemon/970273

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jono Bacon
  • Date: 2012-04-12 00:20:10 UTC
  • Revision ID: jono@ubuntu.com-20120412002010-pnskd8wtsnpnqfe7
Fixing packaging issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    #long_description='Here a longer description',
65
65
    #url='https://launchpad.net/accomplishments-daemon',
66
66
    cmdclass={'install': InstallAndUpdateDataDirectory}
 
67
    data_files=[
 
68
        ('share/accomplishments-daemon', ['data/daemon/validation-key.pub'])
 
69
        ],   
67
70
    )
68
71