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

Squashed 'moose-core/' changes from 14cf2df..9eeca0c

9eeca0c Fixed a typo in setup.py file. Due to which installation was failing without any warning.

git-subtree-dir: moose-core
git-subtree-split: 9eeca0ca8135fbf3c8fe7dd65ce408681b1e4605
parent 273124ec
No related branches found
No related tags found
No related merge requests found
3.1.0-120-g343cb02 3.1.0-121-g14cf2df
\ No newline at end of file \ No newline at end of file
...@@ -31,7 +31,7 @@ __status__ = "Development" ...@@ -31,7 +31,7 @@ __status__ = "Development"
import os import os
from distutils.core import setup from distutils.core import setup
script_dir = os.path.dirname( os.path.abspath( __FILE__ ) ) script_dir = os.path.dirname( os.path.abspath( __file__ ) )
with open( os.path.join( script_dir, '../../VERSION'), 'r' ) as f: with open( os.path.join( script_dir, '../../VERSION'), 'r' ) as f:
version = f.read( ) version = f.read( )
......
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