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

Merge branch 'hruska-feature-improve-documentation' into 'devel'

Improve project information

See merge request 709/warden/ipranges!7
parents 01d9b26d ccd1393b
No related branches found
No related tags found
2 merge requests!7Improve project information,!60.1.11
Pipeline #1821 passed
...@@ -23,3 +23,19 @@ Copyright ...@@ -23,3 +23,19 @@ Copyright
| Author: Pavel Kácha <pavel.kacha@cesnet.cz> | Author: Pavel Kácha <pavel.kacha@cesnet.cz>
| Use of this package is governed by the ISC license, see LICENSE file. | 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.
...@@ -46,14 +46,15 @@ setup( ...@@ -46,14 +46,15 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
], ],
keywords = 'library', 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 = 'Pavel Kacha',
author_email = 'pavel.kacha@cesnet.cz', author_email = 'pavel.kacha@cesnet.cz',
license = 'ISC', license = 'ISC',
py_modules = ['ipranges'], py_modules = ['ipranges'],
test_suite = 'nose.collector',
tests_require = [
'nose'
],
zip_safe = True zip_safe = True
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment