From ba6b6dc1d31aac87cd3469804e5f72ae524ee248 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 21 Mar 2025 22:31:30 +0100 Subject: Add license in README and pyproject --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 948523c..7b0eb3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,11 @@ name = "rivulet" version = "0.1.0" description = "Lightweight asynchronous data streams" readme = "README.md" -requires-python = ">=3.8" +license = "MIT" authors = [ {name = "Yuval Adam", email = "_@yuv.al"}, ] +requires-python = ">=3.8" dependencies = [] [dependency-groups] -- cgit v1.3.1