Artifact 07406d20debe012875aa538f4e0e2d46e559901f6632c83201893f5ca78264d4:
- File project.py — part of check-in [bfe3da6658] at 2010-10-14 14:23:33 on branch master — first version (user: c.kworr@f767742a-4495-3fff-757e-17af2457c78a, size: 439) [annotate] [blame] [check-ins using]
'project information' #: project name name = 'py-spacemap' #: IRI based project identity identity = 'http://code.google.com/p/py-spacemap' author = 'Volodymyr Kostyrko <c.kworr@gmail.com>' description = 'Class to manage space mappings.' # Set this to the target date when approaching a release. #date = '' date = None #tags = set([]) version_info = (1, 0, 0) version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')