mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Migrate from setup.py to pyproject.toml (#440)
* Converted setup.py to pyproject.toml * Modern package infrastructure as recommended by py docs
This commit is contained in:
parent
d83e4e3d59
commit
98022d6af4
145 changed files with 561 additions and 1159 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,11 +6,11 @@ env/
|
|||
*.parquet
|
||||
templates/values/version.jsonnet
|
||||
trustgraph-base/trustgraph/base_version.py
|
||||
trustgraph-cli/trustgraph/cli_version.py
|
||||
trustgraph-bedrock/trustgraph/bedrock_version.py
|
||||
trustgraph-embeddings-hf/trustgraph/embeddings_hf_version.py
|
||||
trustgraph-flow/trustgraph/flow_version.py
|
||||
trustgraph-ocr/trustgraph/ocr_version.py
|
||||
trustgraph-parquet/trustgraph/parquet_version.py
|
||||
trustgraph-vertexai/trustgraph/vertexai_version.py
|
||||
trustgraph-cli/trustgraph/
|
||||
vertexai/
|
||||
Loading…
Add table
Add a link
Reference in a new issue