kopia lustrzana https://github.com/ihabunek/toot
Use new style license in pyproject
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#licensepull/541/head
rodzic
66ab4664bb
commit
9fa63e1280
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue