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] [aliases]
test=pytest test=pytest
...@@ -46,6 +48,7 @@ project_urls = ...@@ -46,6 +48,7 @@ project_urls =
[options] [options]
packages = find: packages = find:
include_package_data = True
python_requires = >=3.6 python_requires = >=3.6
install_requires = install_requires =
h5py h5py
...@@ -56,7 +59,9 @@ install_requires = ...@@ -56,7 +59,9 @@ install_requires =
scipy scipy
tests_require = tests_require =
PyPDF2 PyPDF2
include_package_data = True
[options.extras_require]
range = inspiral-range
[options.entry_points] [options.entry_points]
console_scripts = 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