diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index e868734e5..705274777 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - massi/readme-sync jobs: sync: diff --git a/integrations/amazon_bedrock/pyproject.toml b/integrations/amazon_bedrock/pyproject.toml index 7e82924a8..e4afff3ee 100644 --- a/integrations/amazon_bedrock/pyproject.toml +++ b/integrations/amazon_bedrock/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/astra/pyproject.toml b/integrations/astra/pyproject.toml index b99449e03..98918199d 100644 --- a/integrations/astra/pyproject.toml +++ b/integrations/astra/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/chroma/pyproject.toml b/integrations/chroma/pyproject.toml index ce4641611..44c770c23 100644 --- a/integrations/chroma/pyproject.toml +++ b/integrations/chroma/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/integrations/cohere/pyproject.toml b/integrations/cohere/pyproject.toml index 42349d9fb..6436f4611 100644 --- a/integrations/cohere/pyproject.toml +++ b/integrations/cohere/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/elasticsearch/pyproject.toml b/integrations/elasticsearch/pyproject.toml index af3d89c0c..8efb40026 100644 --- a/integrations/elasticsearch/pyproject.toml +++ b/integrations/elasticsearch/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/google_ai/pyproject.toml b/integrations/google_ai/pyproject.toml index 1127dc6bf..102e25560 100644 --- a/integrations/google_ai/pyproject.toml +++ b/integrations/google_ai/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/google_vertex/pyproject.toml b/integrations/google_vertex/pyproject.toml index 1d15a4270..98a3671c9 100644 --- a/integrations/google_vertex/pyproject.toml +++ b/integrations/google_vertex/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/gradient/pyproject.toml b/integrations/gradient/pyproject.toml index 22140bba5..4474f3fd1 100644 --- a/integrations/gradient/pyproject.toml +++ b/integrations/gradient/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/instructor_embedders/pyproject.toml b/integrations/instructor_embedders/pyproject.toml index 67cbcb7af..5f1a3ee24 100644 --- a/integrations/instructor_embedders/pyproject.toml +++ b/integrations/instructor_embedders/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/jina/pyproject.toml b/integrations/jina/pyproject.toml index 1136db797..4405b02b6 100644 --- a/integrations/jina/pyproject.toml +++ b/integrations/jina/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/llama_cpp/pyproject.toml b/integrations/llama_cpp/pyproject.toml index 80138bc7b..3ce745222 100644 --- a/integrations/llama_cpp/pyproject.toml +++ b/integrations/llama_cpp/pyproject.toml @@ -16,7 +16,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/ollama/pyproject.toml b/integrations/ollama/pyproject.toml index 69cc2ed16..f6586c5b0 100644 --- a/integrations/ollama/pyproject.toml +++ b/integrations/ollama/pyproject.toml @@ -17,7 +17,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/opensearch/pyproject.toml b/integrations/opensearch/pyproject.toml index 3edd544a2..1a9a1901b 100644 --- a/integrations/opensearch/pyproject.toml +++ b/integrations/opensearch/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/pgvector/pyproject.toml b/integrations/pgvector/pyproject.toml index b361af8b1..8861ac0f0 100644 --- a/integrations/pgvector/pyproject.toml +++ b/integrations/pgvector/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/pinecone/pyproject.toml b/integrations/pinecone/pyproject.toml index 2d73cdf58..7deed7fc3 100644 --- a/integrations/pinecone/pyproject.toml +++ b/integrations/pinecone/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/qdrant/pyproject.toml b/integrations/qdrant/pyproject.toml index 9c19d144e..9f9ab74d8 100644 --- a/integrations/qdrant/pyproject.toml +++ b/integrations/qdrant/pyproject.toml @@ -16,7 +16,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", diff --git a/integrations/unstructured/pyproject.toml b/integrations/unstructured/pyproject.toml index 9cc2a0c6a..33b9f487e 100644 --- a/integrations/unstructured/pyproject.toml +++ b/integrations/unstructured/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 50f1c157c..76579600e 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] classifiers = [ "Development Status :: 4 - Beta", - "Programming Language :: Python", + "Programming Language :: Python ::", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",