Skip to content

Commit 628bed4

Browse files
committed
update email in pyproject.toml
1 parent 3427e39 commit 628bed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "fredipy"
77
authors = [
88
{name = "Jonas Turnwald", email = "jonas.turnwald@tu-darmstadt.de"},
9-
{name = "Julian M. Urban", email = "tbd@tbd.com"}, # DO EMAILS!
9+
{name = "Julian M. Urban", email = "jurban@mit.edu"}, # DO EMAILS!
1010
{name = "Nicolas Wink", email = "tbd@tbd.com"}
1111
]
1212
classifiers = [
@@ -41,4 +41,4 @@ include = ["fredipy"]
4141
exclude = ["tests*", "docs", "examples", "archive"]
4242

4343
[tool.setuptools.dynamic]
44-
version = {attr = "fredipy.__version__"}
44+
version = {attr = "fredipy.__version__"}

0 commit comments

Comments
 (0)