summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-08-20 13:26:34 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-08-20 13:26:34 +0200
commit995ff1de4463e9a3d3ab8825049e139320ab4c38 (patch)
tree9bb492036e937f04f1e0c80e0dcd069a5ce16cfb /__init__.py
parentac0f2679a72d301c5d3bd4e5ad405e8c4728e910 (diff)
downloadruamel.yaml-995ff1de4463e9a3d3ab8825049e139320ab4c38.tar.gz
new develop information
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 71164d9..108e02c 100644
--- a/__init__.py
+++ b/__init__.py
@@ -60,9 +60,12 @@ _package_data = dict(
'Topic :: Text Processing :: Markup',
],
keywords='yaml 1.2 parser round-trip preserve quotes order config',
- windows_wheels=True,
+ wheels=dict(
+ windows='appveyor',
+ linux='libyaml-devel',
+ macos='builder@macos',
+ ),
read_the_docs='yaml',
- many_linux='libyaml-devel',
supported=[(2, 7), (3, 4)], # minimum
tox=dict(
env='*pn', # also test narrow Python 2.7.15 for unicode patterns