Skip to content

Commit 88c6cc9

Browse files
Add license to package metadata (#112)
* Add license to package metadata * add changelog entry
1 parent 8264bd6 commit 88c6cc9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Changelog
88
=========
99

10+
- Add license to package metadata.
11+
1012
2.0.2 (2024-05-23)
1113
------------------
1214
- Included a py.typed file to indicate that the package is fully typed.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version_scheme = "post-release"
77
[project]
88
name = "multiregex"
99
description = "Quickly match many regexes against a string. Provides 2-10x speedups over naïve regex matching."
10+
license = "BSD-3-Clause"
1011
authors = [
1112
{ name = "QuantCo, Inc.", email = "noreply@quantco.com" },
1213
{ name = "Jonas Haag", email = "jonas@lophus.org" },

0 commit comments

Comments
 (0)