We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62105f3 commit 4e302aaCopy full SHA for 4e302aa
python/pminit/pyproject.toml
@@ -3,11 +3,13 @@ name = "pminit"
3
version = "0"
4
description = "Post-install hook for PythonMonkey"
5
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>"
+ "Distributive Corp. <pm@distributive.network>"
10
]
+license = "MIT"
+homepage = "https://pythonmonkey.io/"
+documentation = "https://docs.pythonmonkey.io/"
11
+repository = "https://github.com/Distributive-Network/PythonMonkey"
12
+
13
include = [
14
# Install extra files into the pythonmonkey package
15
"pythonmonkey/package*.json",
0 commit comments