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 = [