possible fix

This commit is contained in:
2024-03-22 14:02:19 +01:00
parent 0071498122
commit 0fe530c6a2
30 changed files with 22 additions and 156 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ setup(
name=name,
version=version,
description='Simple helper to get easier formatted logger from the python logging module',
# package_dir={'': 'eh_logging'},
# packages=find_packages(where='eh_logging'),
packages=find_packages(),
# packages=find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
url='https://git.eishausener.dev/Eishausener/eh_logging',