Skip to content

Commit

Permalink
project: fix long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvan committed Jun 25, 2023
1 parent 6265cd6 commit 1c492ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
requires-python = ">=3.8"
readme = "README.rst"
Expand Down Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 1c492ef

Please sign in to comment.