From e332f4182811b8a2fa84d0cd65791006d2c457d8 Mon Sep 17 00:00:00 2001 From: Dirk Kulawiak Date: Mon, 12 Jun 2023 13:58:22 +0200 Subject: [PATCH] Add explicit license file --- LICENSE.md => LICENSE | 0 setup.cfg | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/setup.cfg b/setup.cfg index dd4d2f906..8245939e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,13 @@ [metadata] name = weaviate-client -description = A python native weaviate client +description = A python native Weaviate client long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 url = https://github.com/weaviate/weaviate-python-client -author = SeMI Technologies +author = Weaviate author_email = hello@weaviate.io, -license_files = LICENSE.md +license_files = LICENSE +license = BSD 3-clause project_urls = Documentation = https://weaviate-python-client.readthedocs.io Source = https://github.com/weaviate/weaviate-python-client @@ -48,4 +49,4 @@ GRPC = [options.package_data] # If any package or subpackage contains *.txt, *.rst or *.md files, include them: -*: ["*.txt", "*.rst", "*.md"], +*: ["*.txt", "*.rst", "*.md", LICENSE],