update version and fix descripton
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user