diff --git a/README.rst b/README.rst index 6b4675cf8aa56399f889bb595b9f27597394dce2..daf63d9e244ca2c98ef569a3dbc4c76ee1b74995 100644 --- a/README.rst +++ b/README.rst @@ -17,3 +17,17 @@ Copyright Copyright (C) since 2016 Jan Mach <honza.mach.ml@gmail.com> Use of this package is governed by the MIT license, see LICENSE file. + + +Changelog +-------------------------------------------------------------------------------- + + +Version 0.11 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Released 2022-06-27 + +- Added a config file for GitLab CI/CD. +- Updated the repository information. +- Updated packages versions. diff --git a/setup.py b/setup.py index cbfda1b1cc9e81ce5886fb986a6c162fbcaac4aa..92c018d02fd2cd9e2fb1a2f00f7c169c22add551 100644 --- a/setup.py +++ b/setup.py @@ -41,13 +41,16 @@ setup( 'Environment :: Console', ], keywords = 'library console widgets', - url = 'https://gitlab.cesnet.cz/709/mentat/pydgets', + url = 'https://pypi.org/project/pydgets/', + project_urls={ + 'Documentation': 'https://709.gitlab-pages.cesnet.cz/mentat/pydgets/master/html/manual.html', + 'Source': 'https://gitlab.cesnet.cz/709/mentat/pydgets', + 'Tracker': 'https://gitlab.cesnet.cz/709/mentat/pydgets/-/issues' + }, author = 'Jan Mach', author_email = 'email@jan-mach.cz', license = 'MIT', packages = ['pydgets'], - test_suite = 'nose.collector', - tests_require = ['nose'], include_package_data = True, zip_safe = False )