Skip to content

Commit 13139c1

Browse files
committed
fix: specify licenses in pyproject.toml (to satisfy PyPI)
1 parent f6bd0b5 commit 13139c1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ classifiers = [
1414
"License :: OSI Approved :: MIT License",
1515
"License :: OSI Approved :: Apache Software License",
1616
]
17+
license = "MIT AND Apache-2.0"
18+
license-files = [
19+
"LICENSE-APACHE.txt",
20+
"LICENSE-MIT.txt"
21+
]
1722
dynamic = ["version"]
1823
dependencies = [
1924
"ipython>=9",

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twinleaf-python"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)