~marco-gallotta/ibid/flight

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Gorven
  • Date: 2009-01-18 10:03:18 UTC
  • Revision ID: michael@gorven.za.net-20090118100318-xzfko08mwu2rogev
Move scripts to subdirectory and remove .py extension.
Having ibid.py in /usr/bin causes twistd to not find the Ibid plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    entry_points={
56
56
        'trac.plugins': ['tracibid = tracibid.notifier'],
57
57
    },
58
 
    scripts=['ibid.tac', 'ibid.py', 'populatedb.py', 'import_factpack.py'],
 
58
    scripts=['scripts/ibid', 'scripts/ibid-setup', 'scripts/ibid-factpack'],
59
59
    include_package_data=True,
60
 
    #package_dir={'ibid': 'ibid'},
61
 
    package_data={
62
 
        '': ['*.ini'],
63
 
        'ibid': ['*.ini', '.version'],
64
 
    },
65
60
    exclude_package_data={
66
61
        'lib': ['*'],
67
62
    }