Skip to content

Commit

Permalink
Add PyPi README for qc_framework
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtungdinh committed Oct 8, 2024
1 parent 9d74009 commit 4fe650f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions qc_framework/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# asam-qc-framework

This is the Python package for the ASAM Quality Checker Framework.

Visit the [main GitHub repository](https://github.com/asam-ev/qc-framework) for detailed documentation.
2 changes: 1 addition & 1 deletion qc_framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0rc1"
description = "Python ASAM Quality Checker Framework module. Executes bundles and creates result reports."
authors = ["Danilo Romano <[email protected]>","Patrick Abrahão <[email protected]>","Tung Dinh <[email protected]>"]
license = "MPL-2.0"
readme = "../doc/manual/python_qc_framework.md"
readme = "README.md"
packages = [
{ include = "qc_framework" },
]
Expand Down

0 comments on commit 4fe650f

Please sign in to comment.