Update organization name and URLs in configuration files
This commit is contained in:
parent
e0a18e96e4
commit
9c292af183
8 changed files with 11 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue