Making a univeral wheel that supports both Python 2 and 3.

This commit is contained in:
Dan Helfman 2016-06-10 12:34:49 -07:00
parent 377e3948ff
commit e1e5db22f8
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
[metadata]
description-file=README.md
[bdist_wheel]
universal=1

View File

@ -27,9 +27,9 @@ setup(
'borgmatic = borgmatic.command:main',
]
},
obsoletes=(
obsoletes=[
'atticmatic',
),
],
tests_require=(
'flexmock',
'pytest',