Skip to content

Commit 61f355d

Browse files
CHANGE main email.
1 parent 42ed421 commit 61f355d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "libigl wrapper for COMPAS."
88
readme = "README.md"
99
requires-python = ">=3.9"
1010
authors = [
11-
{ name = "COMPAS libigl authors", email = "petrasvestartas@gmail.com" }
11+
{ name = "COMPAS libigl authors", email = "tom.v.mele@gmail.com" }
1212
]
1313
classifiers = [
1414
"License :: OSI Approved :: BSD License"

src/compas_libigl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__author__ = "See AUTHORS.md for more information about COMPAS libigl authors."
1616
__copyright__ = "Block Research Group - ETH Zurich"
1717
__license__ = "Mozilla Public License Version 2.0"
18-
__email__ = "petrasvestartas@gmail.com"
18+
__email__ = "tom.v.mele@gmail.com"
1919
__version__ = "0.4.0"
2020

2121

0 commit comments

Comments
 (0)