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