Skip to content

Commit fcdbef1

Browse files
committed
fix: typo
1 parent ca417c4 commit fcdbef1

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
@@ -4,7 +4,7 @@
44
HOMEPAGE = "https://blackfire.io"
55
NAME = "blackfire_conprof"
66

7-
with io.open('README.md'), encoding='UTF-8') as f:
7+
with io.open('README.md', encoding='UTF-8') as f:
88
long_description = f.read()
99

1010
exec(open('blackfire_conprof/version.py').read())

0 commit comments

Comments
 (0)