We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cbf5c commit 1610aa1Copy full SHA for 1610aa1
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
author="EF1500",
23
author_email="rosemilovelockofficial@proton.me",
24
description="Bound Book Format (BBF) tools and bindings",
25
- long_description=open("README.md").read(),
+ long_description=open("readme.md").read(),
26
long_description_content_type="text/markdown",
27
url="https://github.com/ef1500/libbbf",
28
@@ -43,4 +43,4 @@
43
44
zip_safe=False,
45
python_requires=">=3.7",
46
-)
+)
0 commit comments