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

Feature: Update project documentation

parent a095d975
No related branches found
No related tags found
1 merge request!50.11
Pipeline #1862 passed
...@@ -17,3 +17,17 @@ Copyright ...@@ -17,3 +17,17 @@ Copyright
Copyright (C) since 2016 Jan Mach <honza.mach.ml@gmail.com> Copyright (C) since 2016 Jan Mach <honza.mach.ml@gmail.com>
Use of this package is governed by the MIT license, see LICENSE file. 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.
...@@ -41,13 +41,16 @@ setup( ...@@ -41,13 +41,16 @@ setup(
'Environment :: Console', 'Environment :: Console',
], ],
keywords = 'library console widgets', 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 = 'Jan Mach',
author_email = 'email@jan-mach.cz', author_email = 'email@jan-mach.cz',
license = 'MIT', license = 'MIT',
packages = ['pydgets'], packages = ['pydgets'],
test_suite = 'nose.collector',
tests_require = ['nose'],
include_package_data = True, include_package_data = True,
zip_safe = False zip_safe = False
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment