Skip to content

Commit

Permalink
add readme metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 19, 2023
1 parent d7ccece commit 83055b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ requires = [
"wheel",
]

[project.readme]
file = "README.md"
content-type = "text/markdown"

[project]
name = "cc-plugin-glider"
description = "Compliance Checker Glider DAC plugin"
Expand All @@ -25,13 +29,13 @@ dynamic = [
"dependencies",
"version",
]

[project.urls]
documentation = "http://ioos.github.io/compliance-checker/"
homepage = "https://github.com/ioos/cc-plugin-glider"
repository = "https://github.com/ioos/cc-plugin-glider"
[project.entry-points."compliance_checker.suites"]
"gliderdac" = "cc_plugin_glider.glider_dac:GliderCheck"

[tool.setuptools]
packages = ["cc_plugin_glider"]
include-package-data = true
Expand Down

0 comments on commit 83055b6

Please sign in to comment.