We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca417c4 commit fcdbef1Copy full SHA for fcdbef1
setup.py
@@ -4,7 +4,7 @@
4
HOMEPAGE = "https://blackfire.io"
5
NAME = "blackfire_conprof"
6
7
-with io.open('README.md'), encoding='UTF-8') as f:
+with io.open('README.md', encoding='UTF-8') as f:
8
long_description = f.read()
9
10
exec(open('blackfire_conprof/version.py').read())
0 commit comments