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