diff --git a/LICENSE b/LICENSE index 5a4e0e3..d642186 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Differentiable Universe Initiative +Copyright (c) 2021-2025 Differentiable Universe Initiative Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 55fbdcd..a41096d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] -name = "JaxPM" +name = "jaxpm" dynamic = ["version"] description = "A simple Particle-Mesh implementation in JAX" authors = [{ name = "JaxPM developers" }]