]> git.scottworley.com Git - git-cache/blame - setup.py
Initial version
[git-cache] / setup.py
CommitLineData
bef7ce53
SW
1from setuptools import setup
2
3setup(
4 name="git_cache",
5 version="0.0.1-pre",
6 py_modules=['git_cache'],
7)