Making a univeral wheel that supports both Python 2 and 3.
This commit is contained in:
parent
377e3948ff
commit
e1e5db22f8
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,5 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
description-file=README.md
|
description-file=README.md
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -27,9 +27,9 @@ setup(
|
||||||
'borgmatic = borgmatic.command:main',
|
'borgmatic = borgmatic.command:main',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
obsoletes=(
|
obsoletes=[
|
||||||
'atticmatic',
|
'atticmatic',
|
||||||
),
|
],
|
||||||
tests_require=(
|
tests_require=(
|
||||||
'flexmock',
|
'flexmock',
|
||||||
'pytest',
|
'pytest',
|
||||||
|
|
Loading…
Reference in a new issue