Skip to content
Snippets Groups Projects
Commit d91e3652 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[readme] Fix PyPI display issue with incorrectly detected markdown type

parent b12e8e0f
No related branches found
No related tags found
No related merge requests found
Pipeline #70175 passed
...@@ -11,7 +11,7 @@ name = "clapp" ...@@ -11,7 +11,7 @@ name = "clapp"
version = "1.0.0b0" version = "1.0.0b0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Configuration Support for Python Packages and CLIs" description = "Configuration Support for Python Packages and CLIs"
dynamic = ["readme"] readme = "README.md"
license = {text = "BSD 3-Clause License"} license = {text = "BSD 3-Clause License"}
authors = [ authors = [
{name = "Andre Anjos", email = "andre.anjos@idiap.ch"}, {name = "Andre Anjos", email = "andre.anjos@idiap.ch"},
...@@ -70,9 +70,6 @@ error-config = "tests.data.doesnt_exist" ...@@ -70,9 +70,6 @@ error-config = "tests.data.doesnt_exist"
zip-safe = true zip-safe = true
package-dir = {"" = "src"} package-dir = {"" = "src"}
[tool.setuptools.dynamic]
readme = {file = "README.md"}
[tool.distutils.bdist_wheel] [tool.distutils.bdist_wheel]
universal = true universal = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment