We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfeeb4e commit 8b5b524Copy full SHA for 8b5b524
2 files changed
README.md
@@ -85,7 +85,6 @@ Much more extensive usage is demonstrated in Jupyter notebooks:
85
* Differentiation with different methods: [1_basic_tutorial.ipynb](https://github.com/florisvb/PyNumDiff/blob/master/notebooks/1_basic_tutorial.ipynb)
86
* Parameter Optimization: [2_optimizing_hyperparameters.ipynb](https://github.com/florisvb/PyNumDiff/blob/master/notebooks/2_optimizing_hyperparameters.ipynb)
87
88
-
89
See the README in the `notebooks/` folder for a full guide to all demos and experiments.
90
91
## Repo Structure
pyproject.toml
@@ -54,3 +54,5 @@ docs = [
54
55
[tool.setuptools_scm]
56
write_to = "pynumdiff/_version.py"
57
+[tool.setuptools]
58
+packages = ["pynumdiff"]
0 commit comments