No longer producing univeral (Python 2 + 3) wheel.
This commit is contained in:
parent
9caaee18b5
commit
7c77a5a8a5
3 changed files with 5 additions and 4 deletions
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
|||
1.1.1.dev0
|
||||
|
||||
*
|
||||
|
||||
1.1.0
|
||||
|
||||
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
[metadata]
|
||||
description-file=README.md
|
||||
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
VERSION = '1.1.0'
|
||||
VERSION = '1.1.1.dev0'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue