Skip to content

Commit

Permalink
setup.cfg: add long_description_content_type
Browse files Browse the repository at this point in the history
Addresses `twine check --strict` warning:

```
WARNING  `long_description_content_type` missing. defaulting to `text/x-rst`.
```

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jan 15, 2024
1 parent 4ecdc75 commit e0afda5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = pylxd
version = 2.3.2a
description = python library for LXD
long_description = file: README.rst
long_description_content_type = text/markdown
author = Paul Hummer and others (see CONTRIBUTORS.rst)
author_email = [email protected]
home_page = https://ubuntu.com/lxd
Expand Down

0 comments on commit e0afda5

Please sign in to comment.