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

test pypi

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