]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Release 1.1.0
[git-cache] / setup.py
index b7bbbf1ab603809986d998ab84213a5736c0687b..5af584ae222259d9c77a38a97facc7757f661b1d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="0.0.1-pre",
+    version="1.1.0",
+    entry_points={'console_scripts': ['git-cache = git_cache:_main']},
     py_modules=['git_cache'],
 )