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