summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 5 insertions, 1 deletions
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',