Skip to content
Snippets Groups Projects
Commit fef5e24c authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Merge commit '273124ec'

parents 7822c60b 273124ec
No related branches found
No related tags found
No related merge requests found
3.1.0-119-g835bf9a 3.1.0-120-g343cb02
\ No newline at end of file \ No newline at end of file
...@@ -31,7 +31,9 @@ __status__ = "Development" ...@@ -31,7 +31,9 @@ __status__ = "Development"
import os import os
from distutils.core import setup from distutils.core import setup
with open( '../../VERSION', 'r' ) as f: script_dir = os.path.dirname( os.path.abspath( __FILE__ ) )
with open( os.path.join( script_dir, '../../VERSION'), 'r' ) as f:
version = f.read( ) version = f.read( )
try: try:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment