We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6265cd6 commit 1c492efCopy full SHA for 1c492ef
pyproject.toml
@@ -2,8 +2,6 @@
2
name = "mailpit-api-client"
3
version = "0.10.1"
4
description = "A Mailpit API Client"
5
-long_description = """API Client with test-helpers for unittest and pytest to be used
6
-with https://github.com/axllent/mailpit"""
7
authors = [{name = "Lars Liedtke", email = "lars@familie-liedtke.net"}]
8
requires-python = ">=3.8"
9
readme = "README.rst"
@@ -55,6 +53,7 @@ invoke = "^2.1.3"
55
53
logging518 = "^1.0.0"
56
54
pytest = "^7.3.1"
57
pytest-docker = "^1.0.1"
+twine = "^4.0.2"
58
59
[tool.poetry.group.docs.dependencies]
60
sphinx = "*"
0 commit comments