Update packages include path in pyproject.toml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-26 23:15:36 -03:00
commit 56a485ef56

View file

@ -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"