Skip to content

Commit 0123940

Browse files
committed
Actually including the manifest listings
1 parent b7b69b1 commit 0123940

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include *.rst *.py *.txt

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def parse_requirements(filename):
99
name="nagios-elasticsearch",
1010
description="A selection of Nagios plugins to monitor ElasticSearch.",
1111
long_description=open('README.rst').read(),
12-
version="0.1.1",
12+
version="0.1.2",
1313
packages=find_packages(),
1414
author='Paul Stack',
1515
author_email='[email protected]',
1616
url="https://github.com/opentable/nagios-elasticsearch",
17-
download_url = 'https://github.com/stack72/nagios-elasticsearch/tarball/0.1',
17+
download_url = 'https://github.com/stack72/nagios-elasticsearch/tarball/0.1.2',
1818
scripts=["check_es_nodes.py","check_es_cluster_status.py","check_es_jvm_usage.py", "check_es_unassigned_shards.py","check_es_split_brain.py"],
1919
license="MIT",
2020
install_requires=parse_requirements("requirements.txt"),

0 commit comments

Comments
 (0)