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 <caleb@distributive.network>", "Tom Tang <xmader@distributive.network>", "Wes Garland <wes@distributive.network>", "Hamada Gasmallah <hamada@distributive.network>", "Philippe Laporte <philippe@distributive.network>"]
4+
description = "Seamless interop between Python and JavaScript."
5+
authors = ["Distributive Corp. <pm@distributive.network>"]
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 <xmader@distributive.network>",
7-
"Caleb Aikens <caleb@distributive.network>",
8-
"Wes Garland <wes@distributive.network>",
9-
"Hamada Gasmallah <hamada@distributive.network>"
6+
"Distributive Corp. <pm@distributive.network>"
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)