Ivan Habunek 2025-07-29 08:58:07 +02:00
rodzic 66ab4664bb
commit 9fa63e1280
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 01DB3DD0D824504C
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,14 +7,13 @@ name = "toot"
authors = [{ name="Ivan Habunek", email="ivan@habunek.com" }] authors = [{ name="Ivan Habunek", email="ivan@habunek.com" }]
description = "Mastodon CLI client" description = "Mastodon CLI client"
readme = "README.rst" readme = "README.rst"
license = { file="LICENSE" } license = "GPL-3.0-only"
requires-python = ">=3.8" requires-python = ">=3.8"
dynamic = ["version"] dynamic = ["version"]
classifiers = [ classifiers = [
"Environment :: Console :: Curses", "Environment :: Console :: Curses",
"Environment :: Console", "Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
] ]