from setuptools import setup setup( name="git_cache", version="0.0.1-pre", py_modules=['git_cache'], )