Describe the bug
In src/amuse_tupan/packages/amuse-tupan/pyproject.toml, there's a dependency on amuse_tupan, which is the package itself. Somehow it seems to work, but that's not what we need. Instead, the dependency should probably be on tupan, the Tupan Python package.
Describe the bug
In src/amuse_tupan/packages/amuse-tupan/pyproject.toml, there's a dependency on
amuse_tupan, which is the package itself. Somehow it seems to work, but that's not what we need. Instead, the dependency should probably be ontupan, the Tupan Python package.