]> git.scottworley.com Git - git-cache/blobdiff - setup.py
Release 1.4.4
[git-cache] / setup.py
index 3c724093cfd84b0113093abfae4b461709f3d246..c412039af19e569798f62ace62630a228ae9e618 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,12 @@ from setuptools import setup
 
 setup(
     name="git_cache",
-    version="1.4.1",
-    entry_points={'console_scripts': ['git-cache = git_cache:_main']},
+    version="1.4.4",
+    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']},
 )