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 9703a61 commit f6a6308Copy full SHA for f6a6308
setup.py
@@ -5,9 +5,10 @@
5
def read(fname):
6
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
8
+with open('README.md') as f:
9
+ long_description = f.read()
10
+
11
def run_setup():
- with open('README.md') as f:
- long_description = f.read()
12
setup(
13
name='rabbitmq-metrics-to-graphite',
14
version='0.4',
0 commit comments