From 1a01839630bcb06350496b26d45fb71a838f436d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Tue, 28 Jun 2022 11:24:47 +0000 Subject: [PATCH] Feature: Update project information --- README.rst | 15 +++++++++++++++ setup.py | 11 ++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 4444695..31ef0ea 100644 --- a/README.rst +++ b/README.rst @@ -23,3 +23,18 @@ 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.14 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Released 2022-06-28 + +- Fixed raw string in a regular expression. +- Added a config file for GitLab CI/CD. +- Updated the repository information. +- Updated packages versions. diff --git a/setup.py b/setup.py index b1db3ea..521f597 100644 --- a/setup.py +++ b/setup.py @@ -46,15 +46,16 @@ setup( 'Programming Language :: Python', ], keywords = 'library', - url = 'https://gitlab.cesnet.cz/709/warden/idea', + url = 'https://pypi.org/project/idea-format/', + project_urls={ + 'Documentation': 'https://709.gitlab-pages.cesnet.cz/warden/idea/master/html/manual.html', + 'Source': 'https://gitlab.cesnet.cz/709/warden/idea', + 'Tracker': 'https://gitlab.cesnet.cz/709/warden/idea/-/issues' + }, author = 'Pavel Kacha', author_email = 'pavel.kacha@cesnet.cz', license = 'ISC', packages = ['idea'], - test_suite = 'nose.collector', - tests_require = [ - 'nose' - ], install_requires=[ 'ipranges', 'typedcols' -- GitLab