From 9f52a837286f854938e316318e4962eb7f3ca8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Mon, 27 Jun 2022 08:02:14 +0000 Subject: [PATCH] Feature: Update project documentation --- README.rst | 14 ++++++++++++++ setup.py | 9 ++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6b4675c..daf63d9 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 cbfda1b..92c018d 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 ) -- GitLab