xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
171 stars 27 forks source link

Change setup.py to pyproject.toml #546

Open nwlandry opened 1 month ago

nwlandry commented 1 month ago

It looks like the new standard is a pyproject.toml file instead of setup.py. For example, see the one for NetworkX.

maximelucas commented 1 month ago

Do we know the advantages of this, and how long it would take to switch?

nwlandry commented 4 weeks ago

I will look more into this and get back to you!