From ed2b2a1e7000dcb6d15c685f15314e0254ab3dbe Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 3 Dec 2017 00:22:55 +0100 Subject: Switch to setuptools entry_points --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aaef46e..78e9484 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,11 @@ setup( }, packages=['gemato'], - scripts=['bin/gemato'], + entry_points={ + 'console_scripts': [ + 'gemato=gemato.cli:setuptools_main', + ], + }, classifiers=[ 'Development Status :: 4 - Beta', -- cgit v1.2.3