Skip to content

Commit

Permalink
Update pyproject.toml to enable 'pip install -e'
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Oct 22, 2024
1 parent 49cd9e5 commit 1a2f92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
# requires = ["flit"]
# build-backend = "flit.buildapi"
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mofax"
version = "0.3.6"
version = "0.3.7"
description = "Work with MOFA+ models in Python"
authors = ["Danila Bredikhin <danila.bredikhin@embl.de>"]

Expand Down

0 comments on commit 1a2f92d

Please sign in to comment.