You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had two separated files, setup.cfg and pyproject.toml because some fields were marked as experimental back when they were created: #54 (comment). Now that Mesa uses only pyproject.toml, it would be nice to follow its convention, and making it easier to maintain too.
Yes we still need to install js/css dependencies in setup.py. This part for Mesa has been moved into the separate repo https://github.com/projectmesa/mesa-viz-tornado. Mesa-Geo probably doesn't need to do this.
We had two separated files,
setup.cfg
andpyproject.toml
because some fields were marked as experimental back when they were created: #54 (comment). Now that Mesa uses onlypyproject.toml
, it would be nice to follow its convention, and making it easier to maintain too.For example in
pyproject.toml
we havemesa-geo/pyproject.toml
Line 5 in 574e3a6
whereas in
setup.cfg
it ismesa-geo/setup.cfg
Line 33 in 574e3a6
something that I forgot to update in #186.
The text was updated successfully, but these errors were encountered: