diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0f73ddf..b399b807b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,5 +8,3 @@ - Correct syntax in GHA workflow ([#46](https://github.com/rapidsai/wholegraph/pull/46)) [@tingyu66](https://github.com/tingyu66) - Refactoring into 23.08 ([#24](https://github.com/rapidsai/wholegraph/pull/24)) [@BradReesWork](https://github.com/BradReesWork) - - diff --git a/python/pylibwholegraph/LICENSE b/python/pylibwholegraph/LICENSE new file mode 120000 index 000000000..30cff7403 --- /dev/null +++ b/python/pylibwholegraph/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/python/pylibwholegraph/pyproject.toml b/python/pylibwholegraph/pyproject.toml index a49c5b789..2f65ac413 100644 --- a/python/pylibwholegraph/pyproject.toml +++ b/python/pylibwholegraph/pyproject.toml @@ -33,6 +33,7 @@ license = { text = "Apache 2.0" } requires-python = ">=3.6" classifiers = [ "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", @@ -41,3 +42,6 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] + +[tool.setuptools] +license-files = ["LICENSE"]