krober10nd / SeismicMesh

2D/3D serial and parallel triangular mesh generation tool for finite element methods.
https://seismicmesh.readthedocs.io/
GNU General Public License v3.0
126 stars 32 forks source link

Update setup.cfg #142

Closed krober10nd closed 3 years ago

krober10nd commented 3 years ago

to incorporate extras for benchmarking

59

jorgensd commented 3 years ago

Great!

krober10nd commented 3 years ago

Oddly this syntax for option.extras_require does not seem to be working despite seemingly matching the documentation

https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html?highlight=options.extras_require#configuring-setup-using-setup-cfg-files

krober10nd commented 3 years ago

okay well...I added it to setup.py instead and it works now.

pip install .[benchmarking] 

will add the dependencies for the benchmarking as well as the normal ones.