Skip to content

Commit 62105f3

Browse files
authored
chore: update package information
Merge pull request #460 from Distributive-Network/Xmader/chore/update-package-info
2 parents 8eade68 + 6ac7fcf commit 62105f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
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)