dipc-cc / hubbard

Python tools for mean-field Hubbard models
https://dipc-cc.github.io/hubbard/
GNU Lesser General Public License v3.0
21 stars 8 forks source link

mnt: implemented pyproject.toml, fixes #111 #113

Closed zerothi closed 2 years ago

zerothi commented 2 years ago

The pyproject.toml file is the new standard for building codes.

This enables easier usage and version checking, specifically for released versions.

The entire setup.py has been reworked, and dependencies are now tracked from sisl making it much simpler.

tfrederiksen commented 2 years ago

By the way @zerothi, I believe you have write permissions in this repo.

zerothi commented 2 years ago

By the way @zerothi, I believe you have write permissions in this repo.

Agreed, but I would still prefer your go on things ;) And having a fork for pr is just more clean I think.