Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2018-07-11 23:23:32 -05:00
parent fff31558a0
commit 88e4b6390c
No known key found for this signature in database
GPG key ID: 2193804FCA429855
6 changed files with 35 additions and 2 deletions

6
setup.py Normal file
View file

@ -0,0 +1,6 @@
from setuptools import setup
setup(
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)