We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f5993 commit 43d23d4Copy full SHA for 43d23d4
setup.py
@@ -18,12 +18,13 @@
18
# read the contents of your README file
19
from os import path
20
this_directory = path.abspath(path.dirname(__file__))
21
-with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
+#with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
22
+with open(path.join(this_directory, 'README.md')) as f:
23
long_description = f.read()
24
25
setup(
26
name = "OpenPIV",
- version ='0.21.8',
27
+ version ='0.21.8b',
28
cmdclass = {'build_ext': build_ext},
29
ext_modules = extensions,
30
packages=find_packages(),
0 commit comments