Skip to content

Commit

Permalink
Revert "changed readme"
Browse files Browse the repository at this point in the history
This reverts commit 4b41138.
  • Loading branch information
rakuri255 committed Jul 13, 2024
1 parent 4b41138 commit 849687f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
=================================
PyHyphen-Reloaded - hyphenation for Python
PyHyphen - hyphenation for Python
=================================

Reloaded - INFO!
=============
(c) 2008-2021 PyHyphen developers

This repro is a fork of the original -> https://github.com/dr-leo/PyHyphen
Contact: fhaxbox66@gmail.com

This repro fixes the issue with downloading the dictionary files.
Project home: https://github.com/dr-leo/PyHyphen

Now it uses the LibreOffice's dictionaries repository on GitHub.
Mailing list: https://groups.google.com/group/pyhyphen

.. contents::

.. contents::

0. Quickstart
=============
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ def is_requirement(line):

setup(
name="PyHyphen",
author="Dr. Leo & Regis Behmo & rakuri255",
author="Dr. Leo & Regis Behmo",
author_email="fhaxbox66@googlemail.com",
url="https://github.com/rakuri255/PyHyphen-Reloaded",
url="https://github.com/dr-leo/PyHyphen",
description="The hyphenation library of LibreOffice and FireFox wrapped for Python",
long_description=open('README.rst', 'rt').read(),
classifiers=[
Expand Down

0 comments on commit 849687f

Please sign in to comment.