diff --git a/setup.py b/setup.py index c6b1c8c..2ec18ed 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,9 @@ description="Generate rst chunks from Python objects.", license='BSD-2-Clause', author='Luc Saffre', - author_email='luc.saffre@gmail.com') + author_email='luc.saffre@gmail.com', + url='https://github.com/lino-framework/rstgen', +) SETUP_INFO.update(classifiers="""\ Programming Language :: Python