Skip to content

Commit 1c492ef

Browse files
committed
project: fix long_description
1 parent 6265cd6 commit 1c492ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
name = "mailpit-api-client"
33
version = "0.10.1"
44
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"""
75
authors = [{name = "Lars Liedtke", email = "lars@familie-liedtke.net"}]
86
requires-python = ">=3.8"
97
readme = "README.rst"
@@ -55,6 +53,7 @@ invoke = "^2.1.3"
5553
logging518 = "^1.0.0"
5654
pytest = "^7.3.1"
5755
pytest-docker = "^1.0.1"
56+
twine = "^4.0.2"
5857

5958
[tool.poetry.group.docs.dependencies]
6059
sphinx = "*"

0 commit comments

Comments
 (0)