Update .gitignore and pyproject.toml; streamline main entry point for BotBotBot

This commit is contained in:
Edgar P. Burkhart 2025-03-22 18:32:13 +01:00
parent 761111bb07
commit bc9d5a8943
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 356 additions and 350 deletions

View file

@ -11,6 +11,9 @@ dependencies = [
"pynacl>=1.5.0",
]
[project.scripts]
hasspy = "botbotbot:main"
[dependency-groups]
dev = [
"isort>=6.0.1",