diff --git a/setup.cfg b/setup.cfg index e739dc4..5a77811 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,9 @@ +[bdist_wheel] +universal = 1 + +[metadata] +license_file = LICENSE + [zest.releaser] +create-wheel = yes python-file-with-version = import_export/__init__.py