From c2c9e4f2700abc693984b1f341508c295af0ba8a Mon Sep 17 00:00:00 2001 From: AmirHossein Ahmadi Date: Wed, 9 Apr 2025 09:09:04 +0330 Subject: [PATCH] add license & documentation info --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba10907..b1767cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,10 @@ [project] name = "pyenumerable" -version = "1.1.2" +version = "1.1.3" description = "Implementation of .net's IEnumerable interface in python W/ support for generics." readme = "readme.md" +license = "WTFPL" +license-files = ["license.txt"] authors = [ { name = "AmirHossein Ahmadi", email = "amirthehossein@gmail.com" } ] @@ -12,6 +14,8 @@ dependencies = [] [project.urls] Homepage = 'https://github.com/amirongit/PyEnumerable/' Source = 'https://github.com/amirongit/PyEnumerable/' +Documentation = 'https://github.com/amirongit/PyEnumerable/blob/master/documentation.md' +Repository = 'https://github.com/amirongit/PyEnumerable.git' [dependency-groups] dev = [