Skip to content

Commit

Permalink
Fix installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 26, 2023
1 parent c1f3a58 commit a0faf06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ repository = "https://github.com/GAA-UAM/scikit-fda"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["skfda"]
[tool.setuptools.packages.find]
include = ["skfda*"]

[tool.setuptools.dynamic]
version = {attr = "skfda.__version__"}

0 comments on commit a0faf06

Please sign in to comment.