No need for r
This commit is contained in:
parent
07061ef507
commit
e137ad9f3e
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from datetime import datetime
|
|||||||
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
with open("requirements.txt") as f:
|
with open("requirements.txt") as f:
|
||||||
|
Reference in New Issue
Block a user