summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-21 07:00:14 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-21 07:00:14 +0200
commit0291c0b4caa82d816a4fc343e88691b5acbf75d2 (patch)
tree8ae332f8994f43b8e73f4733002bb8a3907733c4 /__init__.py
parent915682d59f937f6027032892e1b939e76678b9ac (diff)
downloadruamel.yaml-0291c0b4caa82d816a4fc343e88691b5acbf75d2.tar.gz
cleanup
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/__init__.py b/__init__.py
index 108e02c..6bf5b91 100644
--- a/__init__.py
+++ b/__init__.py
@@ -60,11 +60,7 @@ _package_data = dict(
'Topic :: Text Processing :: Markup',
],
keywords='yaml 1.2 parser round-trip preserve quotes order config',
- wheels=dict(
- windows='appveyor',
- linux='libyaml-devel',
- macos='builder@macos',
- ),
+ wheels=dict(windows='appveyor', linux='libyaml-devel', macos='builder@macos'),
read_the_docs='yaml',
supported=[(2, 7), (3, 4)], # minimum
tox=dict(