diff --git a/pyproject.toml b/pyproject.toml index 66d8717..cd19beb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,6 @@ name = "mailpit-api-client" version = "0.10.1" description = "A Mailpit API Client" -long_description = """API Client with test-helpers for unittest and pytest to be used -with https://github.com/axllent/mailpit""" authors = [{name = "Lars Liedtke", email = "lars@familie-liedtke.net"}] requires-python = ">=3.8" readme = "README.rst" @@ -55,6 +53,7 @@ invoke = "^2.1.3" logging518 = "^1.0.0" pytest = "^7.3.1" pytest-docker = "^1.0.1" +twine = "^4.0.2" [tool.poetry.group.docs.dependencies] sphinx = "*"