diff --git a/README.rst b/README.rst index 444469567bc69f7de33ae17d75a498f40e52143f..31ef0eaea2b71d694cbb3301b1390b7c8b5817c8 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 b1db3ea6729b9446824292b095410ed371f8e3e7..521f597e66f424d372f68bd757ff6af929eb7ba0 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'