~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Albisetti
  • Date: 2008-07-29 20:48:16 UTC
  • mto: This revision was merged to the branch mainline in revision 188.
  • Revision ID: argentina@gmail.com-20080729204816-svbbqks9csquw9j0
Move version to __init__

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
import glob
22
22
import os
23
23
import sys
 
24
import loggerhead
24
25
 
25
26
 
26
27
if sys.version_info < (2, 4):
33
34
 
34
35
setup(
35
36
    name = "loggerhead",
36
 
    version = "1.6",
 
37
    version = loggerhead.__version__,
37
38
    description = "Loggerhead is a web viewer for projects in bazaar",
38
39
    license = "GNU GPL v2 or later",
39
40
    maintainer = "Michael Hudson",