Skip to content

Commit 9864c51

Browse files
committed
Merge branch 'main' into chore/upgrade-spidermonkey-to-250be4c
2 parents b36bbdf + d5e6285 commit 9864c51

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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" },

python/pminit/pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name = "pminit"
33
version = "0"
44
description = "Post-install hook for PythonMonkey"
55
authors = [
6-
"Tom Tang <[email protected]>",
7-
"Caleb Aikens <[email protected]>",
8-
"Wes Garland <[email protected]>",
9-
"Hamada Gasmallah <[email protected]>"
6+
"Distributive Corp. <[email protected]>"
107
]
8+
license = "MIT"
9+
homepage = "https://pythonmonkey.io/"
10+
documentation = "https://docs.pythonmonkey.io/"
11+
repository = "https://github.com/Distributive-Network/PythonMonkey"
12+
1113
include = [
1214
# Install extra files into the pythonmonkey package
1315
"pythonmonkey/package*.json",

0 commit comments

Comments
 (0)