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

Feature: Improve project information

parent 01d9b26d
Branches
No related tags found
2 merge requests!7Improve project information,!60.1.11
Pipeline #1820 passed
......@@ -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.
......@@ -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
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment