diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 69376ded99f3..3b89f7faabcb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience -* Focusing on what is best not just for us as individuals, but for the +- Focusing on what is best not just for us as individuals, but for the overall community Examples of unacceptable behavior include: -* The use of sexualized language or imagery, and sexual attention or +- The use of sexualized language or imagery, and sexual attention or advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or email address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -contact@logspace.ai. +contact@langflow.org. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an +standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within diff --git a/pyproject.toml b/pyproject.toml index a1dd4f59f51e..72f4ca20435b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,15 +2,15 @@ name = "langflow" version = "1.0.0a24" description = "A Python package with a built-in web application" -authors = ["Logspace "] +authors = ["Logspace "] maintainers = [ - "Carlos Coelho ", + "Carlos Coelho ", "Cristhian Zanforlin ", - "Gabriel Almeida ", + "Gabriel Almeida ", "Igor Carvalho ", "Lucas Eduoli ", "Otávio Anovazzi ", - "Rodrigo Nader ", + "Rodrigo Nader ", ] repository = "https://github.com/langflow-ai/langflow" license = "MIT" diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 90d3a9c53209..86366e534dd6 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -2,15 +2,15 @@ name = "langflow-base" version = "0.0.36" description = "A Python package with a built-in web application" -authors = ["Logspace "] +authors = ["Logspace "] maintainers = [ - "Carlos Coelho ", + "Carlos Coelho ", "Cristhian Zanforlin ", - "Gabriel Almeida ", + "Gabriel Almeida ", "Igor Carvalho ", "Lucas Eduoli ", "Otávio Anovazzi ", - "Rodrigo Nader ", + "Rodrigo Nader ", ] repository = "https://github.com/langflow-ai/langflow" license = "MIT"