Skip to content
Snippets Groups Projects
Commit 7eefab44 authored by Ingo Steldermann's avatar Ingo Steldermann
Browse files

mode to poetry

parent 233fd6fb
No related branches found
No related tags found
No related merge requests found
venv/ venv/
poetry.lock
# A wheel to rule them all...
This is a test wheel on how to get scikit-fdiff usable in pyodide.
[tool.poetry]
name = "steldermann-test-wheel"
version = "0.1.0"
description = "A simple test to ship scikit-fdiff to pyodide."
authors = ["ingo.steldermann <ingo.steldermann@rwth-aachen.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
scikit-fdiff = "^0.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment