skyportal / gwemopt

Gravitational-wave Electromagnetic Optimization
GNU General Public License v3.0
19 stars 34 forks source link

All in on pyproject.toml #103

Closed robertdstein closed 1 year ago

robertdstein commented 1 year ago

I'm not sure about this one. This fixes #86, and unifies all config stuff into a single file (pyproject.toml). It also includes e.g settings for linting, so blocks #102. However, versioneer does not work without a setup.py. There is setuptools_scm, which I used here instead, that serves the same purpose I THINK (https://github.com/pypa/setuptools_scm). But I would appreciate a second opinion on whether this suitably preserves the desired versioning behaviour.