]> git.scottworley.com Git - git-cache/blob - setup.py
Initial version
[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 )