]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Start on 1.4.4
[git-cache] / setup.py
index ad3bdd91091316374ffeab7932d3a93ea0b9c0b8..9d068e7f0c4bb0ae7a36487447bbd3154e98c9f9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,12 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.2.1",
-    entry_points={'console_scripts': ['git-cache = git_cache:_main']},
+    version="1.4.4-pre",
+    description="Cache git content locally",
+    author="Scott Worley",
+    author_email="scottworley@scottworley.com",
+    url="https://git.scottworley.com/git-cache",
     py_modules=['git_cache'],
+    license="GPL-3.0",
+    entry_points={'console_scripts': ['git-cache = git_cache:_main']},
 )