There was an error while loading. Please reload this page.
1 parent 3e91674 commit 95d0b7fCopy full SHA for 95d0b7f
1 file changed
pyproject.toml
@@ -1,9 +1,12 @@
1
[tool.poetry]
2
-name = "pyepr"
+name = "pyEPR-ESR"
3
version = "1.0"
4
description = ""
5
authors = ["Hugo Karas <hkaras@ethz.ch>", "Gunnar Jeschke <gjeschke@eth.ch>", "Stefan Stoll <stst@uw.edu>"]
6
readme = "README.md"
7
+packages = [
8
+ { include = "pyepr" }
9
+]
10
11
[tool.poetry.dependencies]
12
python = ">=3.11,<3.13"
0 commit comments