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

test pypi

parent 84d8cb23
Branches
No related tags found
No related merge requests found
Showing
with 8 additions and 2 deletions
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
[tool.poetry]
name = "steldermann-test-wheel"
version = "0.1.0"
version = "0.1.4"
description = "A simple test to ship scikit-fdiff to pyodide."
authors = ["ingo.steldermann <ingo.steldermann@rwth-aachen.de>"]
readme = "README.md"
packages = [
{ include = "example.py", from = "steldermann_test_wheel" },
{ include = "fd_solver.py", from = "steldermann_test_wheel" },
]
[tool.poetry.dependencies]
python = "^3.9"
......@@ -13,3 +17,4 @@ scikit-fdiff = "^0.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
def run():
print('hey')
......@@ -108,4 +108,3 @@ def plot(data):
pl.show()
return fig
run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment