Update classifiers and docs
This commit is contained in:
parent
551b78f7e8
commit
02bc1014f1
2 changed files with 15 additions and 1 deletions
|
@ -65,3 +65,10 @@ See `cleantoots config` for the current config.
|
||||||
cleantoots clean # Defaults to a dry run. Does NOT delete.
|
cleantoots clean # Defaults to a dry run. Does NOT delete.
|
||||||
cleantoots clean --delete # Delete without prompt.
|
cleantoots clean --delete # Delete without prompt.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Tested environments
|
||||||
|
Cleantoots has been only tested on:
|
||||||
|
|
||||||
|
* macOS Catalina with Python 3.8.0.
|
||||||
|
|
||||||
|
If you use it in an other environment, please tell us so we can update this list.
|
|
@ -1,12 +1,19 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cleantoots"
|
name = "cleantoots"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
description = "Cleanup your toot history."
|
description = "Cleanup your toot history."
|
||||||
license = "GPL-3.0-or-later"
|
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://github.com/Crocmagnon/cleantoots/tree/master"
|
homepage = "https://github.com/Crocmagnon/cleantoots/tree/master"
|
||||||
keywords = ["mastodon", "toot"]
|
keywords = ["mastodon", "toot"]
|
||||||
|
classifiers = [
|
||||||
|
"Development Status :: 3 - Alpha",
|
||||||
|
"Environment :: Console",
|
||||||
|
"Intended Audience :: End Users/Desktop",
|
||||||
|
"Topic :: Communications :: Chat",
|
||||||
|
"Topic :: Utilities"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
|
|
Loading…
Reference in a new issue