update version and fix descripton

This commit is contained in:
2025-10-28 09:20:36 +03:00
parent 5bc07bcbb8
commit bf63bff390
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Basic application # Config Manager
## Description ## Description
This package was created to run my applications on the current Reinforcement Learning project. This package was created to run my applications.
The ConfigManager class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup. The ConfigManager class implements the entry point for the program and provides the actual application configuration. It also simplifies logging setup.
## Installation ## Installation
``pip install git+https://git.lesha.spb.ru/zosimovaa/config_manager.git`` ``pip install git+https://git.lesha.spb.ru/alex/config_manager.git``
## Contacts ## Contacts
- **e-mail**: lesha.spb@gmail.com - **e-mail**: lesha.spb@gmail.com

View File

@@ -1,6 +1,6 @@
[metadata] [metadata]
name = config_manager name = config_manager
version = 1.0.0 version = 1.0.1
author = Aleksei Zosimov author = Aleksei Zosimov
author_email = lesha.spb@gmail.com author_email = lesha.spb@gmail.com
description = Base application with configuration and logging features. description = Base application with configuration and logging features.