Skip to content

Commit

Permalink
Merge pull request #367 from george0st/change
Browse files Browse the repository at this point in the history
Build new version
  • Loading branch information
george0st authored Jun 15, 2024
2 parents 8b2dd1f + b324994 commit 9d8f383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

# QGate-Sln-MLRun
The Quality Gate for solution [MLRun](https://www.mlrun.org/) (and [Iguazio](https://www.iguazio.com/)). The main aims of the project are:
- independent quality test (function, integration, acceptance, ... tests)
- independent quality test (function, integration, performance, vulnerability, acceptance, ... tests)
- deeper quality checks before full rollout/use in company environments
- identification of possible compatibility issues (if any)
- external and independent test coverage
- community support
- etc.

The tests use these key components, MLRun solution see **[GIT mlrun](https://github.com/mlrun/mlrun)**,
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ repository='https://pypi.org/project/qgate-sln-mlrun/'
[tool.setuptools]
packages = ["qgate_sln_mlrun", "qgate_sln_mlrun.helper", "qgate_sln_mlrun.templates", "qgate_sln_mlrun.model_changes",
"qgate_sln_mlrun.ts", "qgate_sln_mlrun.ts.ts01_project", "qgate_sln_mlrun.ts.ts02_feature_set",
"qgate_sln_mlrun.ts.ts03_ingest_data", "qgate_sln_mlrun.ts.ts04_feature_vector", "qgate_sln_mlrun.ts.ts05_get_data",
"qgate_sln_mlrun.ts.ts06_pipeline", "qgate_sln_mlrun.ts.ts07_build_model", "qgate_sln_mlrun.ts.ts08_serve_model"]
"qgate_sln_mlrun.ts.ts03_ingest_data", "qgate_sln_mlrun.ts.ts04_ingest_data_pipeline", "qgate_sln_mlrun.ts.ts05_feature_vector",
"qgate_sln_mlrun.ts.ts06_get_data", "qgate_sln_mlrun.ts.ts07_pipeline", "qgate_sln_mlrun.ts.ts08_build_model",
"qgate_sln_mlrun.ts.ts09_serve_model"]
include-package-data = true # true - add other data such as *.txt, *.html, etc. under all packages

[tool.setuptools.package-data]
Expand Down

0 comments on commit 9d8f383

Please sign in to comment.