Skip to content

Commit

Permalink
The packaging docs apparently discourage license.
Browse files Browse the repository at this point in the history
They say to just use the classifier.
  • Loading branch information
Julian committed Nov 6, 2024
1 parent e39adf8 commit 30de85b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
pypy3.9
pypy3.10
allow-prereleases: true

- name: Set up uv
uses: hynek/setup-cached-uv@v2
- name: Set up nox
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "rpds-py"
description = "Python bindings to Rust's persistent data structures (rpds)"
requires-python = ">=3.9"
readme = "README.rst"
license = {text = "MIT"}
keywords = ["data structures", "rust", "persistent"]
authors = [
{ name = "Julian Berman", email = "[email protected]" },
Expand Down

0 comments on commit 30de85b

Please sign in to comment.