Update organization name and URLs in configuration files

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-18 11:58:19 -03:00
commit 9c292af183
8 changed files with 11 additions and 11 deletions

View file

@ -121,7 +121,7 @@ class Settings(BaseSettings):
# Define the app name and author
app_name = "langflow"
app_author = "logspace"
app_author = "langflow"
# Get the cache directory for the application
cache_dir = user_cache_dir(app_name, app_author)

View file

@ -2,7 +2,7 @@
name = "langflow-base"
version = "0.0.36"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@.ai>"]
authors = ["Langflow <contact@langflow.org>"]
maintainers = [
"Carlos Coelho <carlos@langflow.org>",
"Cristhian Zanforlin <cristhian.lousa@gmail.com>",