Skip to content

Commit 95d0b7f

Browse files
authored
Update pyproject.toml
1 parent 3e91674 commit 95d0b7f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool.poetry]
2-
name = "pyepr"
2+
name = "pyEPR-ESR"
33
version = "1.0"
44
description = ""
55
authors = ["Hugo Karas <hkaras@ethz.ch>", "Gunnar Jeschke <gjeschke@eth.ch>", "Stefan Stoll <stst@uw.edu>"]
66
readme = "README.md"
7+
packages = [
8+
{ include = "pyepr" }
9+
]
710

811
[tool.poetry.dependencies]
912
python = ">=3.11,<3.13"

0 commit comments

Comments
 (0)