Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Changelog
=========

- Add license to package metadata.

2.0.2 (2024-05-23)
------------------
- Included a py.typed file to indicate that the package is fully typed.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version_scheme = "post-release"
[project]
name = "multiregex"
description = "Quickly match many regexes against a string. Provides 2-10x speedups over naïve regex matching."
license = "BSD-3-Clause"
authors = [
{ name = "QuantCo, Inc.", email = "noreply@quantco.com" },
{ name = "Jonas Haag", email = "jonas@lophus.org" },
Expand Down
Loading