Fixes #17 #18 Use pdm + pyinstaller

This commit is contained in:
sebthom
2022-01-30 07:31:13 +01:00
parent 8e445f08c6
commit 1e1cffeab7
15 changed files with 1354 additions and 254 deletions

2
.gitignore vendored
View File

@@ -11,11 +11,13 @@ _LOCAL/
kleinanzeigen_bot/version.py
# python
/__pypackages__
__pycache__
/build
/dist
/.eggs
/*.egg-info
/.pdm.toml
# Eclipse
/.project