Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Fix description for poetry in pyproject.toml #313

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <info@greenbone.net>"]
license = "AGPL-3.0-or-later"
readme = "README.md"
Expand Down