diff --git a/README.rst b/README.rst
index c90044609c3576289d6ce3e29d2471a908d7feb7..8a5959a4f923d279ba01d002ce6d39dd918b7e13 100644
--- a/README.rst
+++ b/README.rst
@@ -23,3 +23,19 @@ Copyright
 | Author: Pavel Kácha <pavel.kacha@cesnet.cz>
 | Use of this package is governed by the ISC license, see LICENSE file.
 |
+
+
+
+
+Changelog
+--------------------------------------------------------------------------------
+
+
+Version 0.1.11
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Unreleased
+
+-   Added a config file for GitLab CI/CD.
+-   Updated the repository information.
+-   Updated packages versions.
diff --git a/setup.py b/setup.py
index 7517cb700eb18d7540a1c093346ce54c3ad66d4c..2b4564aeafd43cec48f9f1a3dd198307b769fcd7 100644
--- a/setup.py
+++ b/setup.py
@@ -46,14 +46,15 @@ setup(
         'Programming Language :: Python',
     ],
     keywords = 'library',
-    url = 'https://gitlab.cesnet.cz/709/warden/ipranges',
+    url = 'https://pypi.org/project/ipranges/',
+    project_urls={
+        'Documentation': 'https://709.gitlab-pages.cesnet.cz/warden/ipranges/master/html/manual.html',
+        'Source': 'https://gitlab.cesnet.cz/709/warden/ipranges',
+        'Tracker': 'https://gitlab.cesnet.cz/709/warden/ipranges/-/issues'
+    },
     author = 'Pavel Kacha',
     author_email = 'pavel.kacha@cesnet.cz',
     license = 'ISC',
     py_modules = ['ipranges'],
-    test_suite = 'nose.collector',
-    tests_require = [
-        'nose'
-    ],
     zip_safe = True
 )