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

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

Update project information

See merge request 709/warden/typedcols!10
parents e2ed7a38 7000fb5c
Branches
No related tags found
2 merge requests!10Update project information,!60.1.14
Pipeline #1808 passed
...@@ -22,3 +22,18 @@ Copyright ...@@ -22,3 +22,18 @@ 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.14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unreleased
- Added a config file for GitLab CI/CD.
- Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc``
- Updated the repository information.
- Updated packages versions.
...@@ -46,14 +46,14 @@ setup( ...@@ -46,14 +46,14 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
], ],
keywords = 'library', keywords = 'library',
url = 'https://gitlab.cesnet.cz/709/warden/typedcols', project_urls={
'Documentation': 'https://709.gitlab-pages.cesnet.cz/warden/typedcols/master/html/manual.html',
'Source': 'https://gitlab.cesnet.cz/709/warden/typedcols',
'Tracker': 'https://gitlab.cesnet.cz/709/warden/typedcols/-/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 = ['typedcols'], py_modules = ['typedcols'],
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