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