From ccd1393b0e4b991ead6a895216e65e51821ecf00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz>
Date: Tue, 21 Jun 2022 16:14:37 +0000
Subject: [PATCH] Feature: Improve project information

---
 README.rst | 16 ++++++++++++++++
 setup.py   | 11 ++++++-----
 2 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index c900446..8a5959a 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 7517cb7..2b4564a 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
 )
-- 
GitLab