Skip to content

Commit

Permalink
Add explicit license file
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Jun 12, 2023
1 parent bdc96d5 commit e332f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
File renamed without changes.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected],
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
Expand Down Expand Up @@ -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],

0 comments on commit e332f41

Please sign in to comment.