Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[tool.poetry]
name = "pythonmonkey"
version = "0" # automatically set by poetry-dynamic-versioning
description = ""
authors = ["Caleb Aikens <[email protected]>", "Tom Tang <[email protected]>", "Wes Garland <[email protected]>", "Hamada Gasmallah <[email protected]>", "Philippe Laporte <[email protected]>"]
description = "Seamless interop between Python and JavaScript."
authors = ["Distributive Corp. <[email protected]>"]
license = "MIT"
homepage = "https://pythonmonkey.io/"
documentation = "https://docs.pythonmonkey.io/"
repository = "https://github.com/Distributive-Network/PythonMonkey"
readme = "README.md"
packages = [
{ include = "pythonmonkey", from = "python" },
Expand Down
Loading