No need for r

This commit is contained in:
Michel Roux 2020-04-26 14:07:38 +02:00
parent 07061ef507
commit e137ad9f3e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from datetime import datetime
from setuptools import setup, find_packages
with open("README.md", "r") as fh:
with open("README.md") as fh:
long_description = fh.read()
with open("requirements.txt") as f: