No longer producing univeral (Python 2 + 3) wheel.

This commit is contained in:
Dan Helfman 2017-07-23 17:34:17 -07:00
parent b61b09f55c
commit f44a7884e6
3 changed files with 5 additions and 4 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.1.1.dev0
*
1.1.0
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.

View File

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

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
VERSION = '1.1.0'
VERSION = '1.1.1.dev0'
setup(