~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-10-26 16:40:13 UTC
  • Revision ID: james.westby@ubuntu.com-20091026164013-mh187ldaa0k7ybxi
Tags: 0.2.6
* New release:
 + ubuntu-project Template:
   - Fix desktop.in file not installed due to new python-distutils-extra
   policy (LP: #460355)
 + common:
   - Remove outdated information in README

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# UPDATE VERSION WHEN NEEDED (it updates all versions needed to be updated)
22
22
VERSION = '0.2.5'
23
23
 
 
24
import glob
24
25
import os
25
26
import sys
26
27
 
84
85
      license="GPL v3",
85
86
      author='Quickly Developer Team',
86
87
      author_email='quickly@lists.launchpad.net',
87
 
      cmdclass={'install': InstallAndUpdateDataDirectory}
88
 
      )
 
88
      data_files=[('share/quickly/templates/ubuntu-project/project_root', glob.glob('data/templates/ubuntu-project/project_root/project_name.desktop.in'))],
 
89
      cmdclass={'install': InstallAndUpdateDataDirectory})
89
90