Skip to content

Commit c50281a

Browse files
author
Kevin Armengol
committed
Trying to resolve failure to build release after changing module name to ddcuimap.
1 parent 38818ba commit c50281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/kevon217/data-dictionary-cui-mapping"
99
keywords = ["BRICS", "curation", "data dictionary", "UMLS", "MetaMap", "Metathesaurus", "CUI", "concept unique identifier", "NLM", "PubMedBERT", "pritamdeka", "pritamdeka/PubMedBERT-mnli-snli-scinli-scitail-mednli-stsb","semantic search", "Pinecone", "embeddings", "vector database"]
10-
include = ["ddcuimap/**/*"]
10+
packages = [{include = "ddcuimap/**/*"}]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.8.1"

0 commit comments

Comments
 (0)