Changeset 660
- Timestamp:
- 10/15/10 09:37:56 (3 years ago)
- Location:
- sandbox/django-fossil
- Files:
-
- 2 added
- 1 modified
-
ez_setup.py (added)
-
fossil/__init__.py (modified) (1 diff)
-
setup.py (added)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/django-fossil/fossil/__init__.py
r659 r660 1 VERSION = (0, 1, 'stable') 2 3 def get_version(): 4 return '%d.%d-%s'%VERSION 5 6 __author__ = 'OpenTrials team (Marinho Brandao, Luciano Ramalho and Rafael)' 7 #__date__ = '$Date: 2008-07-26 14:04:51 -0300 (Ter, 26 Fev 2008) $'[7:-2] 8 __license__ = 'GNU Lesser General Public License (LGPL)' 9 __url__ = 'http://reddes.bvsalud.org/projects/clinical-trials/browser/sandbox/django-fossil' 10 __version__ = get_version() 11
