Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuri255 committed Jul 13, 2024
1 parent 2d0e2d5 commit 4b41138
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
=============

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",
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=[
Expand Down

0 comments on commit 4b41138

Please sign in to comment.