quick fixes

This commit is contained in:
bt3gl 2024-03-14 20:38:16 +01:00
parent d11285412e
commit 6275a92c6f
18 changed files with 18 additions and 18 deletions

View file

@ -5,7 +5,7 @@ setup(
version='0.1',
packages=find_packages(include=['src', \
'src.utils']),
author="bt3gl",
author="mia stein",
install_requires=['python-dotenv'],
entry_points={
'console_scripts': ['my_package=src.main:run']