We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9447031 commit 99ebed1Copy full SHA for 99ebed1
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-with open('BBC-News-Wrapper.md', 'r', encoding='utf-8') as f:
+with open('./bbc/BBC-News-Wrapper.md', 'r', encoding='utf-8') as f:
4
long_description = f.read()
5
6
setup(
0 commit comments