Update license classifiers & bump version
This commit is contained in:
parent
ca82d71c70
commit
d5b965b216
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cleantoots"
|
name = "cleantoots"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
description = "Cleanup your toot history."
|
description = "Cleanup your toot history."
|
||||||
license = "GPL-3.0-or-later"
|
|
||||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://git.augendre.info/gaugendre/cleantoots"
|
homepage = "https://git.augendre.info/gaugendre/cleantoots"
|
||||||
repository = "https://git.augendre.info/gaugendre/cleantoots"
|
repository = "https://git.augendre.info/gaugendre/cleantoots"
|
||||||
keywords = ["mastodon", "toot"]
|
keywords = ["mastodon", "toot"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
"License :: OSI Approved :: The Unlicense (Unlicense)",
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Intended Audience :: End Users/Desktop",
|
"Intended Audience :: End Users/Desktop",
|
||||||
|
|
Loading…
Reference in a new issue