~ubuntu-branches/ubuntu/raring/agtl/raring

« back to all changes in this revision

Viewing changes to files/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Heiko Stuebner
  • Date: 2009-10-17 15:07:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091017150719-khg6mg5o99upitof
Tags: 0.4.0+git20091011-1
* new upstream-snapshot
* patches updated accordingly
* incorporated Steffen Moellers fixes to the files in debian/

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
from setuptools import setup
3
3
files = ['data/*']
4
4
setup(name='agtl',
5
 
        version='0.3.0',
 
5
        version='0.4.1',
6
6
        description='Towards paperless geocaching',
7
7
        author='Daniel Fett',
8
8
        author_email='agtl@fragcom.de',