threadkiller 3.0.2__tar.gz → 3.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. {threadkiller-3.0.2 → threadkiller-3.0.3}/PKG-INFO +2 -1
  2. {threadkiller-3.0.2 → threadkiller-3.0.3}/pyproject.toml +2 -1
  3. threadkiller-3.0.3/threadkiller/__init__.py +0 -0
  4. {threadkiller-3.0.2 → threadkiller-3.0.3}/.containerignore +0 -0
  5. {threadkiller-3.0.2 → threadkiller-3.0.3}/.editorconfig +0 -0
  6. {threadkiller-3.0.2 → threadkiller-3.0.3}/.forgejo/workflows/build-container-image-v.yaml +0 -0
  7. {threadkiller-3.0.2 → threadkiller-3.0.3}/.forgejo/workflows/build-package.yaml +0 -0
  8. {threadkiller-3.0.2 → threadkiller-3.0.3}/.forgejo/workflows/test-package.yaml +0 -0
  9. {threadkiller-3.0.2 → threadkiller-3.0.3}/.gitignore +0 -0
  10. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/.gitignore +0 -0
  11. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/codeStyles/Project.xml +0 -0
  12. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/codeStyles/codeStyleConfig.xml +0 -0
  13. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/discord.xml +0 -0
  14. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/icon.svg +0 -0
  15. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/inspectionProfiles/Project_Default.xml +0 -0
  16. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/jsonSchemas.xml +0 -0
  17. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/misc.xml +0 -0
  18. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/modules.xml +0 -0
  19. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/threadkiller.iml +0 -0
  20. {threadkiller-3.0.2 → threadkiller-3.0.3}/.idea/vcs.xml +0 -0
  21. {threadkiller-3.0.2 → threadkiller-3.0.3}/.media/icon-512.png +0 -0
  22. {threadkiller-3.0.2 → threadkiller-3.0.3}/.media/icon.svg +0 -0
  23. /threadkiller-3.0.2/threadkiller/__init__.py → /threadkiller-3.0.3/.noai +0 -0
  24. {threadkiller-3.0.2 → threadkiller-3.0.3}/.vscode/extensions.json +0 -0
  25. {threadkiller-3.0.2 → threadkiller-3.0.3}/.vscode/settings.json +0 -0
  26. {threadkiller-3.0.2 → threadkiller-3.0.3}/Containerfile +0 -0
  27. {threadkiller-3.0.2 → threadkiller-3.0.3}/LICENSE.txt +0 -0
  28. {threadkiller-3.0.2 → threadkiller-3.0.3}/compose.yml +0 -0
  29. {threadkiller-3.0.2 → threadkiller-3.0.3}/threadkiller/__main__.py +0 -0
  30. {threadkiller-3.0.2 → threadkiller-3.0.3}/threadkiller/config.py +0 -0
  31. {threadkiller-3.0.2 → threadkiller-3.0.3}/threadkiller/handlers.py +0 -0
  32. {threadkiller-3.0.2 → threadkiller-3.0.3}/threadkiller/strings.py +0 -0
  33. {threadkiller-3.0.2 → threadkiller-3.0.3}/uv.lock +0 -0
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: threadkiller
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Telegram bot to delete messages sent outside of threads
5
5
  Project-URL: Source, https://g.starshard.space/steffo/threadkiller
6
6
  Project-URL: Issues, https://g.starshard.space/steffo/threadkiller/issues
7
7
  Project-URL: Documentation, https://g.starshard.space/steffo/threadkiller/wiki/?action=_pages
8
+ Project-URL: Funding, https://liberapay.com/Steffo/
8
9
  Project-URL: Telegram, https://t.me/the_threadkiller_bot?startgroup=yes
9
10
  Author-email: Stefano Pigozzi <me@steffo.eu>
10
11
  Maintainer-email: Stefano Pigozzi <me@steffo.eu>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "threadkiller"
3
- version = "3.0.2"
3
+ version = "3.0.3"
4
4
  description = "Telegram bot to delete messages sent outside of threads"
5
5
  authors = [
6
6
  { name = "Stefano Pigozzi", email = "me@steffo.eu" },
@@ -42,6 +42,7 @@ threadkiller = "threadkiller.__main__:main"
42
42
  Source = "https://g.starshard.space/steffo/threadkiller"
43
43
  Issues = "https://g.starshard.space/steffo/threadkiller/issues"
44
44
  Documentation = "https://g.starshard.space/steffo/threadkiller/wiki/?action=_pages"
45
+ Funding = "https://liberapay.com/Steffo/"
45
46
  Telegram = "https://t.me/the_threadkiller_bot?startgroup=yes"
46
47
 
47
48
  [build-system]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes