plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 36ce1261259dea64a6d8285b4dc94ea116e7c3ee
parent d30776c99ba0ee7ee0331bc224c1787ca86c0474
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  1 Dec 2020 10:53:28 +0100

+install_requires

thanks: Louis Abraham
<94012a7e-83d4-6061-f2f7-7256d939377f@yahoo.fr>

Diffstat:
setup.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/setup.py b/setup.py @@ -12,6 +12,7 @@ setuptools.setup( package_data={'plint' :['data/*', 'res/*']}, long_description=long_description, long_description_content_type="text/markdown", + install_requires=["frhyme", "haspirater"], url="https://gitlab.com/a3nm/plint", packages=setuptools.find_packages(), classifiers=[