Django

Code

Show
Ignore:
Timestamp:
12/28/06 18:25:26 (2 years ago)
Author:
jkocherhans
Message:

generic-auth: Merged to trunk [4254]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/generic-auth/setup.py

    r4149 r4255  
    2626        data_files.append((dirpath, [os.path.join(dirpath, f) for f in filenames])) 
    2727 
     28# Dynamically calculate the version based on django.VERSION. 
     29version = "%d.%d-%s" % (__import__('django').VERSION) 
     30 
    2831setup( 
    2932    name = "Django", 
    30     version = "0.95"
     33    version = version
    3134    url = 'http://www.djangoproject.com/', 
    3235    author = 'Lawrence Journal-World',