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 285f9c0 commit df9240aCopy full SHA for df9240a
setup.py
@@ -5,8 +5,8 @@
5
6
here = os.path.abspath(os.path.dirname(__file__))
7
8
-# Get the long description from the README file
9
-with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
+# Get the long description from the README file (match actual filename)
+with open(os.path.join(here, "Readme.md"), encoding="utf-8") as f:
10
long_description = f.read()
11
12
# Get the version from the __init__.py file
src/markdown_equations_fixer/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.1.5"
+__version__ = "1.1.6"
0 commit comments