diff --git a/.gitignore b/.gitignore index 94ac210..c8ab88b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ build/ sandbox/**/*.py Pipfile* +dist/ diff --git a/setup.cfg b/setup.cfg index cf9d842..2a2ef5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,6 @@ test = pytest [tool:pytest] addopts = --verbose python_files = tests/test_*.py + +[bdist_wheel] +universal = 1