Skip to content

Commit

Permalink
Actually including the manifest listings
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 6, 2015
1 parent b7b69b1 commit 0123940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.rst *.py *.txt
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ def parse_requirements(filename):
name="nagios-elasticsearch",
description="A selection of Nagios plugins to monitor ElasticSearch.",
long_description=open('README.rst').read(),
version="0.1.1",
version="0.1.2",
packages=find_packages(),
author='Paul Stack',
author_email='public@paulstack.co.uk',
url="https://github.com/opentable/nagios-elasticsearch",
download_url = 'https://github.com/stack72/nagios-elasticsearch/tarball/0.1',
download_url = 'https://github.com/stack72/nagios-elasticsearch/tarball/0.1.2',
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"],
license="MIT",
install_requires=parse_requirements("requirements.txt"),
Expand Down

0 comments on commit 0123940

Please sign in to comment.