diff --git a/setup.cfg b/setup.cfg index 8f8ec61..92ebe7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,11 +12,11 @@ parentdir_prefix = PV_ICE test = pytest # OPTIONAL AFTER THIS: -[metadata] -description_file = README.md - [bdist_wheel] universal = 1 [tool:pytest] addopts = --verbose + +[metadata] +description_file = README.md