~ubuntu-branches/ubuntu/edgy/python-tz/edgy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 14:29:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214142904-36lky2owqswc1g5q
Tags: 2005r-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    license=open('LICENSE.txt','r').read(),
45
45
    keywords=['timezone','tzinfo', 'datetime', 'olson', 'time'],
46
46
    packages=packages,
47
 
    package_data={'pytz': ['zone.tab']},
 
47
    package_data={'pytz': ['zone.tab', 'locales/pytz.pot']},
48
48
    download_url='http://sourceforge.net/project/showfiles.php?group_id=79122',
49
49
    platforms=['Independant'],
50
50
    classifiers = [