ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/DAS/setup.py
(Generate patch)

Comparing COMP/DAS/setup.py (file contents):
Revision 1.3 by valya, Mon Feb 8 15:16:25 2010 UTC vs.
Revision 1.6 by valya, Fri Apr 2 14:01:29 2010 UTC

# Line 13 | Line 13 | from distutils.errors import DistutilsPl
13   from distutils.core import Extension
14   from distutils.command.install import INSTALL_SCHEMES
15  
16 + from DAS import version as das_version
17 +
18   requirements = []
19   try:
20      import xml.etree.cElementTree
# Line 82 | Line 84 | if "--no_ext" in sys.argv:
84   else:
85      features = {"c-ext": c_ext}
86  
87 <
86 < version      = "1.0.0" # need to define it somehow
87 > version      = das_version
88   name         = "DAS"
89   description  = "CMS Data Aggregation System"
90   readme       ="""

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines