~mgedmin/gtimelog/ehabkost-integration

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marius Gedminas
  • Date: 2011-03-12 19:00:36 UTC
  • Revision ID: marius@gedmin.as-20110312190036-bai3yt5rz0j20wl4
Make 'make test' work again.

Note that 'python setup.py test' doesn't work :/

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    packages=['gtimelog'],
46
46
    package_dir={'gtimelog': 'src/gtimelog'},
47
47
    package_data={'gtimelog': ['*.ui', '*.png']},
48
 
    test_suite='gtimelog.test_gtimelog',
 
48
    # XXX: if you've got some version of gtimelog installed,
 
49
    # 'python setup.py test' runs the tests of the installed version,
 
50
    # instead of tests from the source directory.  Maybe because I'm
 
51
    # using a source layout with an ./src/ directory instead of having
 
52
    # ./gtimelog directly at project root?
 
53
    test_suite='gtimelog.test_gtimelog.test_suite',
49
54
    zip_safe=False,
50
55
    entry_points="""
51
56
    [gui_scripts]