feat: удалить ненужные темы из классификаторов в pyproject.toml

🇷🇺 RU:
Удалены лишние тематики из раздела classifiers, чтобы сделать описание пакета более точным и соответствующим реальной функциональности.

🇵🇱 PL:
Usunięto zbędne tematy z sekcji "classifiers", aby opis pakietu był bardziej precyzyjny i zgodny z rzeczywistą funkcjonalnością.

🇬🇧 EN:
Removed redundant topics from the "classifiers" section to make the package description more accurate and aligned with actual functionality.
This commit is contained in:
Artem 2025-09-04 01:17:54 +02:00
parent c8e13c41af
commit 5ec4376f2e
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -28,10 +28,6 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: AsyncIO",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Utilities",
"Topic :: Rest APIs",
]
[project.urls]