diff --git a/setup.cfg b/setup.cfg index 12871ff0f..4dd514250 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [metadata] description-file=README.md + +[bdist_wheel] +universal=1 diff --git a/setup.py b/setup.py index f9339766c..19c1c6032 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ setup( 'borgmatic = borgmatic.command:main', ] }, - obsoletes=( + obsoletes=[ 'atticmatic', - ), + ], tests_require=( 'flexmock', 'pytest',