From 9e9c925ebf78c80ffd027f2e01d0c8a9ed09993d Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Thu, 10 Aug 2023 16:26:25 -0400 Subject: [PATCH 1/2] Add LICENSE to wheels --- python/pylibwholegraph/LICENSE | 1 + python/pylibwholegraph/pyproject.toml | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 python/pylibwholegraph/LICENSE 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"] From 7777f7ffad298e1da9e7322b0e4cf1c8a6bfc984 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Thu, 10 Aug 2023 16:33:23 -0400 Subject: [PATCH 2/2] Remove blank lines in changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) 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) - -