Skip to content

Commit 6ac7fcf

Browse files
committed
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.
1 parent 8eade68 commit 6ac7fcf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[tool.poetry]
22
name = "pythonmonkey"
33
version = "0" # automatically set by poetry-dynamic-versioning
4-
description = ""
5-
authors = ["Caleb Aikens <[email protected]>", "Tom Tang <[email protected]>", "Wes Garland <[email protected]>", "Hamada Gasmallah <[email protected]>", "Philippe Laporte <[email protected]>"]
4+
description = "Seamless interop between Python and JavaScript."
5+
authors = ["Distributive Corp. <[email protected]>"]
6+
license = "MIT"
7+
homepage = "https://pythonmonkey.io/"
8+
documentation = "https://docs.pythonmonkey.io/"
9+
repository = "https://github.com/Distributive-Network/PythonMonkey"
610
readme = "README.md"
711
packages = [
812
{ include = "pythonmonkey", from = "python" },

0 commit comments

Comments
 (0)