Skip to content

Commit 628a276

Browse files
committed
Still trying to get the long description working in the package
1 parent f7fdf3a commit 628a276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.rst

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def parse_requirements(filename):
88
setup(
99
name="nagios-elasticsearch",
1010
description="A selection of Nagios plugins to monitor ElasticSearch.",
11-
long_description=open('README.md').read(),
11+
long_description=open('README.rst').read(),
1212
version="0.1.1",
1313
packages=find_packages(),
1414
author='Paul Stack',

0 commit comments

Comments
 (0)