1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

packaging fixes

This commit is contained in:
Thomas Grainger
2015-06-30 12:19:05 +01:00
parent ce7ceb0a1e
commit a9ede54064
5 changed files with 742 additions and 660 deletions

View File

@@ -4,6 +4,7 @@ import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
long_description = open('README.rst', 'r').read()
class PyTest(TestCommand):
@@ -25,6 +26,7 @@ setup(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"
),
long_description=long_description,
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',
url='https://github.com/kevin1024/vcrpy',