From 8d729d72544a032009ea32afec280f3e5ba43a11 Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jameson.rollins@ligo.org>
Date: Tue, 27 Oct 2020 12:22:00 -0700
Subject: [PATCH] setup: add extras for inspiral-range

---
 setup.cfg | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 2237267d..6cb9c696 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,5 @@
+# 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 =
-- 
GitLab