Skip to content

Commit b26b464

Browse files
committed
Fix: Correct license file path and maturin config
1 parent 9dbb855 commit b26b464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "phaeton"
77
version = "0.2.2"
88
description = "A high-performance Python library for preprocessing and sanitizing raw data streams, accelerated by Rust."
99
readme = "README.md"
10-
license = {file = "MIT"}
10+
license = {file = "LICENSE"}
1111
authors = [
1212
{name = "Zahraan Dzakii Tsaqiif", email = "zahraandzakiits@gmail.com"}
1313
]

0 commit comments

Comments
 (0)