Skip to content

Commit 008a430

Browse files
authored
Fix version in pyproject.toml (#66)
1 parent 8dc87c3 commit 008a430

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
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "A blazingly fast, lightweight task queue for Python, powered by Rust"
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.14"
11-
license = "Apache"
11+
license = "Apache-2.0"
1212
license-files = ["LICENSE"]
1313
authors = [
1414
{name = "Giorgi Merebashvili", email = "mereba2627@gmail.com"}

0 commit comments

Comments
 (0)