From 64355a4470549b9ef9f26d8552052625fed3fcb3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 7 May 2016 18:16:37 +0100 Subject: [PATCH] Update github link in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dd507e..6bfdef8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( long_description = "A parser to read data from third party phpBB forums", # The project's main homepage. - url = "https://github.com/rubenwardy/python-phpbb-parser", + url = "https://github.com/rubenwardy/python_phpbb_parser", # Author details author = "rubenwardy",