From 4b41138bf47254aa0d8f8c884071c96ceb63d252 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 14 Jul 2024 00:45:06 +0200 Subject: [PATCH] changed readme --- README.rst | 13 +++++++------ setup.py | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index b91ce14..071d3a1 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,19 @@ ================================= -PyHyphen - hyphenation for Python +PyHyphen-Reloaded - hyphenation for Python ================================= -(c) 2008-2021 PyHyphen developers - -Contact: fhaxbox66@gmail.com +Reloaded - INFO! +============= -Project home: https://github.com/dr-leo/PyHyphen +This repro is a fork of the original -> https://github.com/dr-leo/PyHyphen -Mailing list: https://groups.google.com/group/pyhyphen +This repro fixes the issue with downloading the dictionary files. +Now it uses the LibreOffice's dictionaries repository on GitHub. .. contents:: + 0. Quickstart ============= diff --git a/setup.py b/setup.py index 16df27a..10da71e 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,9 @@ def is_requirement(line): setup( name="PyHyphen", - author="Dr. Leo & Regis Behmo", + author="Dr. Leo & Regis Behmo & rakuri255", author_email="fhaxbox66@googlemail.com", - url="https://github.com/dr-leo/PyHyphen", + url="https://github.com/rakuri255/PyHyphen-Reloaded", description="The hyphenation library of LibreOffice and FireFox wrapped for Python", long_description=open('README.rst', 'rt').read(), classifiers=[