diff --git a/README.md b/README.md index 32ad31e..b658918 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Basic application +# Config Manager ## 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. ## 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 - **e-mail**: lesha.spb@gmail.com diff --git a/setup.cfg b/setup.cfg index 9a132b3..70218de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = config_manager -version = 1.0.0 +version = 1.0.1 author = Aleksei Zosimov author_email = lesha.spb@gmail.com description = Base application with configuration and logging features.