1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

initial commit

This commit is contained in:
kevin1024
2012-05-28 17:18:22 -10:00
committed by Kevin McCarthy
commit 431e385ded
9 changed files with 175 additions and 0 deletions

11
setup.py Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env python
from distutils.core import setup
setup(name='VCR.py',
version='1.0',
description='VCR.py',
author='Kevin McCarthy',
author_email='mc@kevinmccarthy.org',
packages=['vcr'],
)