Skip to content

Commit

Permalink
Fix make-frame-dataset on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm committed Dec 15, 2023
1 parent 79cd804 commit ed91a0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["setuptools", "wheel", "Cython"]
build-backend = "setuptools.build_meta"

[project]
name = "Aposteriori"
version = "2.2.0"
name = "aposteriori"
version = "2.1.2"
requires-python = ">= 3.8"
readme = "README.md"
dependencies = [
Expand All @@ -14,3 +14,6 @@ dependencies = [
"numpy",
"flake8"
]

[project.scripts]
make-frame-dataset = "aposteriori.data_prep.cli:cli"

0 comments on commit ed91a0a

Please sign in to comment.