diff --git a/CHANGELOG.md b/CHANGELOG.md index 09470672..7dad9293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fix deploy and upload to pypi. [#312](https://github.com/greenbone/ospd/pull/312) +- Fix metadata for Python wheel distributable [#313](https://github.com/greenbone/ospd/pull/313) [20.8.1]: https://github.com/greenbone/ospd/compare/v20.8.0...ospd-20.08 diff --git a/pyproject.toml b/pyproject.toml index b37170d7..204e54a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,7 @@ requires = ["setuptools", "wheel"] [tool.poetry] name = "ospd" version = "20.8.0" -description = """OSPD is a base for scanner wrappers which share the same -communication protocol: OSP (Open Scanner Protocol)""" +description = "OSPD is a base for scanner wrappers which share the same communication protocol: OSP (Open Scanner Protocol)" authors = ["Greenbone Networks GmbH "] license = "AGPL-3.0-or-later" readme = "README.md"