File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ authors = [
88description = " A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure"
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
11+ homepage = " https://github.com/daac-tools/python-daachorse"
12+ repository = " https://github.com/daac-tools/python-daachorse"
1113
1214[lib ]
1315name = " daachorse"
Original file line number Diff line number Diff line change @@ -4,3 +4,10 @@ build-backend = "maturin"
44
55[project ]
66name = " daachorse"
7+ classifiers = [
8+ " License :: OSI Approved :: Apache Software License" ,
9+ " License :: OSI Approved :: MIT License" ,
10+ " Programming Language :: Rust" ,
11+ " Topic :: Software Development :: Libraries" ,
12+ " Topic :: Text Processing" ,
13+ ]
You can’t perform that action at this time.
0 commit comments