Skip to content

Commit

Permalink
Add LICENSE to wheels (#55)
Browse files Browse the repository at this point in the history
Add symlink to `LICENSE` and add the license to the classifiers

Authors:
   - Ray Douglass (https://github.com/raydouglass)

Approvers:
   - Bradley Dice (https://github.com/bdice)
   - Vyas Ramasubramani (https://github.com/vyasr)
  • Loading branch information
raydouglass authored Aug 10, 2023
1 parent d508930 commit 2e963b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


1 change: 1 addition & 0 deletions python/pylibwholegraph/LICENSE
4 changes: 4 additions & 0 deletions python/pylibwholegraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -41,3 +42,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[tool.setuptools]
license-files = ["LICENSE"]

0 comments on commit 2e963b9

Please sign in to comment.