From 8d3e624adb0e6c1ae1adac056d8e370d8a8adf2c Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 19 May 2021 22:04:11 +0200 Subject: [PATCH] Update setup.py --- pymodule/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pymodule/setup.py b/pymodule/setup.py index 3ff4854..716fbf8 100644 --- a/pymodule/setup.py +++ b/pymodule/setup.py @@ -23,6 +23,7 @@ setup( author='Andrej Prochazka', author_email='hrocho@vodacionline.sk', description='python interface to catima library', + url='https://github.com/hrosiak/catima', ext_modules=[example_module], cmdclass={"build_ext": build_ext}, )