Skip to content

Commit 8b5b524

Browse files
committed
still trying to make it build
1 parent dfeeb4e commit 8b5b524

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Much more extensive usage is demonstrated in Jupyter notebooks:
8585
* Differentiation with different methods: [1_basic_tutorial.ipynb](https://github.com/florisvb/PyNumDiff/blob/master/notebooks/1_basic_tutorial.ipynb)
8686
* Parameter Optimization: [2_optimizing_hyperparameters.ipynb](https://github.com/florisvb/PyNumDiff/blob/master/notebooks/2_optimizing_hyperparameters.ipynb)
8787

88-
8988
See the README in the `notebooks/` folder for a full guide to all demos and experiments.
9089

9190
## Repo Structure

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ docs = [
5454

5555
[tool.setuptools_scm]
5656
write_to = "pynumdiff/_version.py"
57+
[tool.setuptools]
58+
packages = ["pynumdiff"]

0 commit comments

Comments
 (0)