Skip to content

Commit

Permalink
Merge pull request #21 from joakim-hove/1.5
Browse files Browse the repository at this point in the history
Fix version in cwrap/version.py for packaging
  • Loading branch information
joakim-hove authored Apr 16, 2018
2 parents db9432c + afedf6a commit 3b6e587
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ ENV/
# Rope project settings
.ropeproject

# don't track setuptools-generated version
cwrap/version.py
2 changes: 2 additions & 0 deletions cwrap/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# coding: utf-8
version = '1.5.1'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"""

setup(name='cwrap',
use_scm_version={'write_to': 'cwrap/version.py' },
description='cwrap - ctypes blanket',
long_description=long_description,
author='Statoil ASA',
Expand Down

0 comments on commit 3b6e587

Please sign in to comment.