Skip to content

Commit 4aef0d6

Browse files
authored
Update setup.py
1 parent ee24baf commit 4aef0d6

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", "r") as fh:
3+
with open('README.md', 'r') as fh:
44
long_description = fh.read()
55

66
REQUIREMENTS = [

0 commit comments

Comments
 (0)