From 4026e4e27e857820c12895a7d2e7281b1cff7723 Mon Sep 17 00:00:00 2001 From: Alberto Pettarin Date: Mon, 6 May 2019 00:15:51 +0200 Subject: [PATCH] Prepare for v0.0.9 --- README.rst | 9 +++++++-- setup.py | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a3be604..85f5512 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ ipapy **ipapy** is a Python module to work with International Phonetic Alphabet (IPA) strings. -- Version: 0.0.8 -- Date: 2016-06-07 +- Version: 0.0.9 +- Date: 2019-05-05 - Developer: `Alberto Pettarin `__ - License: the MIT License (MIT) - Contact: `click here `__ @@ -365,3 +365,8 @@ License ------- **ipapy** is released under the MIT License. + +Acknowledgments +--------------- + +- Bram Vanroy provided a fix to ``setup.py`` for Windows users diff --git a/setup.py b/setup.py index 24c771c..1ea6476 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ """ from setuptools import setup, Extension +import io __author__ = "Alberto Pettarin" __copyright__ = "Copyright 2016, Alberto Pettarin (www.albertopettarin.it)" @@ -25,7 +26,7 @@ author_email="alberto@albertopettarin.it", url="https://github.com/pettarin/ipapy", license="MIT License", - long_description=open("README.rst", "r", encoding="utf-8").read(), + long_description=io.open("README.rst", "r", encoding="utf-8").read(), install_requires=[], scripts=["bin/ipapy"], keywords=[