Skip to content

Commit

Permalink
python interface: Explicitly give the package name to setuptools buil…
Browse files Browse the repository at this point in the history
…d backend (#12)

* python interface: Explicitly give the package name to setuptools build backend

* Update __init__.py: Testing dependencies

* juliapkg must be next to __init__.py

* move things to top level

* revert

* Update pyproject.toml

* Update __init__.py

---------

Co-authored-by: Theodoros Tyrovouzis <teotyrov@gmail.com>
Co-authored-by: Dimitris Floros <flojim4@gmail.com>
  • Loading branch information
Thodoris1999 and fcdimitr authored Feb 22, 2024
1 parent 7823788 commit 34f1205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ dependencies = [
"juliacall",
]
keywords = ["correlation"]

[tool.setuptools]
packages = ["FastLocalCorrelationCoefficients"]

[tool.setuptools.package-data]
'FastLocalCorrelationCoefficients' = ['*.json']

0 comments on commit 34f1205

Please sign in to comment.