updating name of project

This commit is contained in:
Francois Lanusse 2024-12-21 11:16:13 -05:00
parent e7443a53a3
commit a2da779026
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" }]