-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d74009
commit 4fe650f
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" }, | ||
] | ||
|