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

Commit

Permalink
Merge pull request #313 from bjoernricks/fix-project-description
Browse files Browse the repository at this point in the history
Fix description for poetry in pyproject.toml
  • Loading branch information
jjnicola committed Aug 12, 2020
2 parents 423c3c5 + 53b3771 commit 24b5876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 24b5876

Please sign in to comment.