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

Pass flake8.

This commit is contained in:
Carson Lam
2018-02-21 23:16:29 -08:00
committed by GitHub
parent 5ba1c7fbb6
commit f3b9966a2a

View File

@@ -1,11 +1,9 @@
#!/usr/bin/env python
import sys
import logging
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
import pkg_resources
long_description = open('README.rst', 'r').read()