From 5df617a2c1908fad2cebbec25400c6353618576b Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Thu, 15 Jul 2021 10:38:04 +0100 Subject: [PATCH] Fix project URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76c6e2f..da228cc 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def read(fname): keywords='', author='Glencoe Software, Inc.', author_email='info@glencoesoftware.com', - url='https://github.com/glencoesoftware/isyntax-to-rst', + url='https://github.com/glencoesoftware/isyntax2raw', license='License :: OSI Approved :: BSD License', packages=find_packages(), package_data={'isyntax2raw': ['resources/*.xml']},