Skip to content

Commit 43d23d4

Browse files
authored
Update setup.py
1 parent 69f5993 commit 43d23d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
# read the contents of your README file
1919
from os import path
2020
this_directory = path.abspath(path.dirname(__file__))
21-
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
21+
#with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
22+
with open(path.join(this_directory, 'README.md')) as f:
2223
long_description = f.read()
2324

2425
setup(
2526
name = "OpenPIV",
26-
version ='0.21.8',
27+
version ='0.21.8b',
2728
cmdclass = {'build_ext': build_ext},
2829
ext_modules = extensions,
2930
packages=find_packages(),

0 commit comments

Comments
 (0)