Skip to content

Commit

Permalink
try to fix poetry project
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Sep 7, 2023
1 parent 1854de3 commit e39bf7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ version = "1.0.2"
description = "pd2wasm convert a PureData patch to Wasm file."
authors = ["Charles K. Neimog <charlesneimog@outlook.com>"]
readme = "README.md"
homepage = "www.charlesneimog.com/PdWebCompiler"
homepage = "https://www.charlesneimog.com/PdWebCompiler"
repository = "https://github.com/charlesneimog/PdWebCompiler"
documentation = "www.charlesneimog.com/PdWebCompiler"


documentation = "https://www.charlesneimog.com/PdWebCompiler"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit e39bf7b

Please sign in to comment.