Update packages include path in pyproject.toml
This commit is contained in:
parent
b603d73c62
commit
56a485ef56
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ repository = "https://github.com/logspace-ai/langflow"
|
|||
license = "MIT"
|
||||
readme = "README.md"
|
||||
keywords = ["nlp", "langchain", "openai", "gpt", "gui"]
|
||||
packages = [{ include = "langflow" }, { include = "py.typed" }]
|
||||
packages = [{ include = "langflow" }, { include = "langflow/py.typed" }]
|
||||
include = ["pyproject.toml", "README.md", "langflow/**/*"]
|
||||
documentation = "https://docs.langflow.org"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue