Module to handle spacemaps

project.py at tip
anonymous

project.py at tip

File project.py from the latest check-in


'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 '')