Skip to content

Commit

Permalink
Add entry point to execute tendrl-monitoring-integration
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Asir J <tjeyasin@redhat.com>
  • Loading branch information
TimothyAsirJeyasing committed Aug 2, 2017
1 parent 74a85a9 commit 52d3c5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(self):
# print(' '.join(cmd))
# subprocess.check_call(cmd)
setup(
name="monitoring-integration",
name="tendrl-monitoring-integration",
version="1.0.0",
author="Rishubh Jain",
author_email="risjain@redhat.com",
Expand All @@ -106,6 +106,11 @@ def run(self):
keywords="",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*",
"tests"]),
entry_points={
'console_scripts': [
'tendrl-monitoring-integration = tendrl.monitoring_integration.__init__:main',
],
},
url="http://www.redhat.com",
namespace_packages=['tendrl'],
long_description="",
Expand Down

0 comments on commit 52d3c5a

Please sign in to comment.