Skip to content

Commit

Permalink
fix: update pyproject toml details (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli authored Jul 26, 2022
1 parent e89fb45 commit b511351
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@

[tool.poetry]
name = "fable-python"
version = "0.1.0"
version = "0.18.0"
description = "Python bindings for Fable"
authors = ["Dag Brattli <dag@brattli.net>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
fable-library = "^0.3.0"
python = ">= 3.9, < 4.0"
fable-library = "^0.8.0"

[tool.poetry.dev-dependencies]

[tool.fable]
package-dir = "fable-python/fable_python"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b511351

Please sign in to comment.