summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
commita67935b4ecee316e9bf6defdf87a3677a484c477 (patch)
treecdbb4c501eefd8bd04134e819c45892a8bccb89a /__init__.py
parent26ec681180942dd7bf33a7382f6745fbe0167e1c (diff)
downloadruamel.yaml-a67935b4ecee316e9bf6defdf87a3677a484c477.tar.gz
change py2.py3 wheel to py3 only wheel0.17.2
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index 82714ec..ecffcc4 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,8 +5,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 17, 1),
- __version__='0.17.1',
+ version_info=(0, 17, 2),
+ __version__='0.17.2',
author='Anthon van der Neut',
author_email='a.van.der.neut@ruamel.eu',
description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA
@@ -35,7 +35,8 @@ _package_data = dict(
env='*f', # f for 3.5
fl8excl='_test/lib',
),
- universal=True,
+ # universal=True,
+ python_requires='>=3',
rtfd='yaml',
) # type: Dict[Any, Any]