Skip to content

Commit 9fc4d66

Browse files
authored
Update metadata (#2)
* Update Cargo.toml * Update pyproject.toml
1 parent 1689a4e commit 9fc4d66

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors = [
88
description = "A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure"
99
readme = "README.md"
1010
license = "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]
1315
name = "daachorse"

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ build-backend = "maturin"
44

55
[project]
66
name = "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+
]

0 commit comments

Comments
 (0)