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