~ubuntu-branches/ubuntu/hardy/mayavi2/hardy-backports

« back to all changes in this revision

Viewing changes to enthought.plugins.debug/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-07-25 09:03:34 UTC
  • mfrom: (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725090334-1hbb9fn8b3as5qy0
Tags: 2.2.0-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
 
19
19
# Declare our ETS project dependencies.
20
 
DEBUG = etsdep('enthought.debug', '2.0.1b1', '3.0')
21
 
ENVISAGE = etsdep('enthought.envisage', '2.0.1b1', '3.0')
22
 
TRAITS = etsdep('enthought.traits', '2.0.1b1', '3.0')
 
20
DEBUG = etsdep('enthought.debug', '2.0.4', '3.0')
 
21
ENVISAGE = etsdep('enthought.envisage', '2.0.4', '3.0')
 
22
TRAITS = etsdep('enthought.traits', '2.0.5', '3.0')
23
23
 
24
24
 
25
25
setup(
52
52
        ],
53
53
    test_suite = 'nose.collector',
54
54
    url = 'http://code.enthought.com/ets',
55
 
    version = '2.0.1b1',
 
55
    version = '2.0.4',
56
56
    zip_safe = False,
57
57
    )
58
58