Skip to content

Commit 1740601

Browse files
committed
Configuring build stack
👷 Continuing to configure/debug build stack. 🐛 README filename misspelled in setup.py Continuing to configure/debug build stack.
1 parent 1851e32 commit 1740601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
with open("README.md.md", "r") as fh:
3+
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

66
setuptools.setup(

0 commit comments

Comments
 (0)