We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ed421 commit 61f355dCopy full SHA for 61f355d
pyproject.toml
@@ -8,7 +8,7 @@ description = "libigl wrapper for COMPAS."
8
readme = "README.md"
9
requires-python = ">=3.9"
10
authors = [
11
- { name = "COMPAS libigl authors", email = "petrasvestartas@gmail.com" }
+ { name = "COMPAS libigl authors", email = "tom.v.mele@gmail.com" }
12
]
13
classifiers = [
14
"License :: OSI Approved :: BSD License"
src/compas_libigl/__init__.py
@@ -15,7 +15,7 @@
15
__author__ = "See AUTHORS.md for more information about COMPAS libigl authors."
16
__copyright__ = "Block Research Group - ETH Zurich"
17
__license__ = "Mozilla Public License Version 2.0"
18
-__email__ = "petrasvestartas@gmail.com"
+__email__ = "tom.v.mele@gmail.com"
19
__version__ = "0.4.0"
20
21
0 commit comments