From 6ac7fcffa4706daa841a34b581b4ceafe64b87e0 Mon Sep 17 00:00:00 2001 From: Tom Tang Date: Wed, 4 Dec 2024 17:44:01 +0000 Subject: [PATCH] chore: update package information Update the PKG-INFO `pip show pythonmonkey` would give. * Change the authors field to `Distributive Corp.` * Add project description * Add the MIT license * Add links to our homepage and GitHub repo etc. --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6aa2f53..d69bc902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,12 @@ [tool.poetry] name = "pythonmonkey" version = "0" # automatically set by poetry-dynamic-versioning -description = "" -authors = ["Caleb Aikens ", "Tom Tang ", "Wes Garland ", "Hamada Gasmallah ", "Philippe Laporte "] +description = "Seamless interop between Python and JavaScript." +authors = ["Distributive Corp. "] +license = "MIT" +homepage = "https://pythonmonkey.io/" +documentation = "https://docs.pythonmonkey.io/" +repository = "https://github.com/Distributive-Network/PythonMonkey" readme = "README.md" packages = [ { include = "pythonmonkey", from = "python" },