Module to handle spacemaps

Annotation For project.py
anonymous

Annotation For project.py

Origin for each line in project.py from check-in bfe3da6658:

bfe3da6658 2010-10-14    1: 'project information'
bfe3da6658 2010-10-14    2: 
bfe3da6658 2010-10-14    3: #: project name
bfe3da6658 2010-10-14    4: name = 'py-spacemap'
bfe3da6658 2010-10-14    5: 
bfe3da6658 2010-10-14    6: #: IRI based project identity
bfe3da6658 2010-10-14    7: identity = 'http://code.google.com/p/py-spacemap'
bfe3da6658 2010-10-14    8: 
bfe3da6658 2010-10-14    9: author = 'Volodymyr Kostyrko <c.kworr@gmail.com>'
bfe3da6658 2010-10-14   10: description = 'Class to manage space mappings.'
bfe3da6658 2010-10-14   11: 
bfe3da6658 2010-10-14   12: # Set this to the target date when approaching a release.
bfe3da6658 2010-10-14   13: #date = ''
bfe3da6658 2010-10-14   14: date = None
bfe3da6658 2010-10-14   15: #tags = set([])
bfe3da6658 2010-10-14   16: version_info = (1, 0, 0)
bfe3da6658 2010-10-14   17: version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')