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
+3 -2
View File
@@ -12,8 +12,9 @@ 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'),
# package_dir={'': 'eh_logging'},
# packages=find_packages(where='eh_logging'),
packages=find_packages(),
long_description=long_description,
long_description_content_type="text/markdown",
url='https://git.eishausener.dev/Eishausener/eh_logging',