~fluendo-elisa/moovida/elisa-pancake

« back to all changes in this revision

Viewing changes to elisa-core/setup.py

  • Committer: pancake
  • Date: 2009-03-27 12:16:38 UTC
  • mfrom: (1115.2.37 elisa)
  • Revision ID: pancake@flubox-20090327121638-2da0c1a0zu3byufd
* Merge against the head

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                            'Topic :: Multimedia :: Sound/Audio',
95
95
                            'Topic :: Multimedia :: Video',
96
96
                           ],
97
 
               test_suite=['elisa',],
 
97
               test_suite='elisa',
98
98
               zip_safe=False,
99
99
               packages=find_packages(exclude=('mswin32*',)),
100
100
               namespace_packages=['elisa',],