possible fix

This commit is contained in:
2024-03-22 13:45:32 +01:00
parent f7a7533efa
commit 0071498122
8 changed files with 15 additions and 14 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
Metadata-Version: 2.1
Name: eh-logger
Version: 0.1.2
Version: 0.1.3
Summary: Simple helper to get easier formatted logger from the python logging module
Home-page: https://git.eishausener.dev/Eishausener/eh-logger
Home-page: https://git.eishausener.dev/Eishausener/eh_logging
Author: Eishausener <code@eishausener.de>
Author-email: code@eishausener.de
License: MIT
Project-URL: issue tracker, https://git.eishausener.dev/Eishausener/eh-logger/issues
Project-URL: issue tracker, https://git.eishausener.dev/Eishausener/eh_logging/issues
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Provides-Extra: dev
@@ -21,9 +21,9 @@ Requires-Dist: setuptools; extra == "dev"
# install
pip install git+https://git.eishausener.dev/Eishausener/eh-logger \
pip install git+https://git.eishausener.dev/Eishausener/eh_logging \
or \
pip install git+https://github.com/Eishausener/eh-logger
pip install git+https://github.com/Eishausener/eh_logging
# usage