diff --git a/.gitignore b/.gitignore index d0cd9cd..633b387 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ labkey\.egg-info/ .idea/ *.iml *.swp + +.DS_Store +.python-version diff --git a/setup.cfg b/setup.cfg index 039c5fc..a6a830b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,3 @@ test=pytest [coverage:html] directory = build/coverage_html title = Test coverage report for labkey - -[bdist_wheel] -universal=1