]> git.scottworley.com Git - git-cache/blame - setup.py
Start on 1.4.1
[git-cache] / setup.py
CommitLineData
bef7ce53
SW
1from setuptools import setup
2
3setup(
4 name="git_cache",
67af7f1f 5 version="1.4.1-pre",
347be7cf 6 entry_points={'console_scripts': ['git-cache = git_cache:_main']},
bef7ce53
SW
7 py_modules=['git_cache'],
8)