Skip to content

Commit

Permalink
Corrected version module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jun 9, 2015
1 parent ebab7e4 commit c628075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
here = path.abspath(path.dirname(__file__))

# Gets the version for the source folder __init__.py file
with open('cwr/__init__.py', 'rb', encoding='utf-8') as f:
with open('../../{{ cookiecutter.package_name }}/__init__.py', 'rb', encoding='utf-8') as f:
version_lib = f.read()
version_lib = _version_re.search(version_lib).group(1)
version_lib = str(ast.literal_eval(version_lib.rstrip()))
Expand Down

0 comments on commit c628075

Please sign in to comment.