diff options
| author | natsuoto <[email protected]> | 2026-07-10 17:36:39 +0530 |
|---|---|---|
| committer | natsuoto <[email protected]> | 2026-07-10 17:36:39 +0530 |
| commit | 5e79c0bc9b54770c33f4a30f304b255b85cbff86 (patch) | |
| tree | c373dcc40b23c746f87d66a948d2c740e2bc2e45 | |
| parent | 15bfe3ebdfc434c7b0a28127a97e160896da830f (diff) | |
| download | edify-5e79c0bc9b54770c33f4a30f304b255b85cbff86.tar.xz edify-5e79c0bc9b54770c33f4a30f304b255b85cbff86.zip | |
chore!: pyproject.toml license field = MIT SPDX (#232)
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9243650..f64d263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "edify" description = "Regular Expressions Made Simple" readme = "README.rst" requires-python = ">=3.11" -license = "Apache-2.0" +license = "MIT" license-files = ["LICENSE"] authors = [ { name = "Bobby", email = "[email protected]" }, |
