Skip to content
Snippets Groups Projects
Commit 1a018396 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Feature: Update project information

parent 52383af7
No related branches found
No related tags found
1 merge request!50.1.14
Pipeline #1883 passed
......@@ -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.
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment