From 70c233e3010ffbcb9eaeeec65944006558afcd43 Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Mon, 23 Nov 2020 10:48:18 +0200 Subject: [PATCH] Update links in pypi (Issue #714) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 382943e..b3897c5 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ setup( description = "a modern parsing library", license = "MIT", keywords = "Earley LALR parser parsing ast", - url = "https://github.com/erezsh/lark", - download_url = "https://github.com/erezsh/lark/tarball/master", + url = "https://github.com/lark-parser/lark", + download_url = "https://github.com/lark-parser/lark/tarball/master", long_description=''' Lark is a modern general-purpose parsing library for Python.