update poetry toml with correct license and new version

This commit is contained in:
Hugh Rundle 2020-08-28 18:16:31 +10:00
parent 2b9dacc56c
commit d8f4458239
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[tool.poetry]
name = "ephemetoot"
version = "2.6.2"
version = "3.0.0-alpha.0"
description = "A command line tool to delete your old toots"
authors = ["Hugh Rundle <ephemetoot@hugh.run>"]
license = "OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
license = "GPL-3.0-or-later"
readme = "pypi-readme.md"
homepage = "https://ephemetoot.hugh.run"
repository = "https://github.com/hughrun/ephemetoot"