diff --git a/setup.py b/setup.py
index 5f8ddf42b76faad69810cb4404e13bd60e2e984b_c2V0dXAucHk=..9deb044c1b1e50f2223f71a07c412d48ffae90ec_c2V0dXAucHk= 100644
--- a/setup.py
+++ b/setup.py
@@ -22,8 +22,5 @@
 
 setup(name='GooCalendar',
     version=get_version(),
-    author='Cédric Krier',
-    author_email='cedric.krier@b2ck.com',
-    url='https://goocalendar.tryton.org/',
     description='A calendar widget for GTK using PyGoocanvas',
     long_description=read('README'),
@@ -28,5 +25,16 @@
     description='A calendar widget for GTK using PyGoocanvas',
     long_description=read('README'),
+    author='Tryton',
+    author_email='goocalendar@tryton.org',
+    url='https://pypi.python.org/pypi/goocalendar',
+    download_url='https://downloads.tryton.org/goocalendar/',
+    project_urls={
+        "Bug Tracker": 'https://goocalendar.tryton.org/',
+        "Documentation": 'https://goocalendar.readthedocs.org/',
+        "Forum": 'https://discuss.tryton.org/tags/goocalendar',
+        "Source Code": 'https://hg.tryton.org/goocalendar/',
+        },
+    keywords='calendar GTK GooCanvas widget',
     packages=find_packages(),
     classifiers=[
         'Development Status :: 5 - Production/Stable',