Skip to content
Snippets Groups Projects
Commit 8d729d72 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

setup: add extras for inspiral-range

parent 7aab77b7
No related branches found
No related tags found
No related merge requests found
# https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html
[aliases]
test=pytest
......@@ -46,6 +48,7 @@ project_urls =
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
h5py
......@@ -56,7 +59,9 @@ install_requires =
scipy
tests_require =
PyPDF2
include_package_data = True
[options.extras_require]
range = inspiral-range
[options.entry_points]
console_scripts =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment