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 f7fdf3a commit 628a276Copy full SHA for 628a276
setup.cfg
@@ -1,2 +1,2 @@
1
[metadata]
2
-description-file = README.md
+description-file = README.rst
setup.py
@@ -8,7 +8,7 @@ def parse_requirements(filename):
8
setup(
9
name="nagios-elasticsearch",
10
description="A selection of Nagios plugins to monitor ElasticSearch.",
11
- long_description=open('README.md').read(),
+ long_description=open('README.rst').read(),
12
version="0.1.1",
13
packages=find_packages(),
14
author='Paul Stack',
0 commit comments