Skip to content

Commit ad2e463

Browse files
add version.py and update setup config to read it
1 parent a45abf9 commit ad2e463

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pymecompress/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def configuration(parent_package = '', top_path = None):
154154
extra_link_args=linkArgs)
155155

156156
config = Configuration('pymecompress', parent_package, top_path, ext_modules=cythonize([ext]))
157+
config.get_version()
157158

158159
return config
159160

pymecompress/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version='0.2.0'

0 commit comments

Comments
 (0)