diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index b4998ac..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1 +0,0 @@ -include pydft/molecules/*.xyz \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 51e5aad..63051ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta" name = "pydft" version = "0.6.3" authors = [ - { name="Ivo Filot", email="i.a.w.filot@tue.nl" } + { name="Ivo Filot", email="ivo@ivofilot.nl" } ] maintainers = [ - { name="Ivo Filot", email="i.a.w.filot@tue.nl" }, + { name="Ivo Filot", email="ivo@ivofilot.nl" }, ] description = "pydft" readme = "README.md"