diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:42:29 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 15:42:29 +0300 |
| commit | 5bf100e5699bd0a46e8b97f68235d2ba00891d4c (patch) | |
| tree | f432207639238d0707709414fd053b3e6f8903e4 /pyproject.toml | |
| parent | fe48b2be526ec48a1afcd9fb05361db2e496d70d (diff) | |
Version 0.1.4
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 987d4c1..a199e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,16 @@ [project] name = "femtoqueue" -version = "0.1.3" +version = "0.1.4" description = "Ever wanted a zero-dependency, filesystem-backed, lock-free, durable, concurrent, retrying task queue implementation? No?" readme = "README.md" requires-python = ">=3.9" dependencies = [] license = "Apache-2.0" license-files = ["LICEN[CS]E*"] -authors = [{ name = "Jan Tuomi", email = "jan@jantuomi.fi" }] +authors = [ + { name = "Jan Tuomi", email = "jan@jantuomi.fi" }, + { name = "Panu Oksiala", email = "panu@oksiala.fi" }, +] classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", |
