Skip to content

Commit f6a6308

Browse files
committed
Fix documentation
1 parent 9703a61 commit f6a6308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
def read(fname):
66
return open(os.path.join(os.path.dirname(__file__), fname)).read()
77

8+
with open('README.md') as f:
9+
long_description = f.read()
10+
811
def run_setup():
9-
with open('README.md') as f:
10-
long_description = f.read()
1112
setup(
1213
name='rabbitmq-metrics-to-graphite',
1314
version='0.4',

0 commit comments

Comments
 (0)