Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
add script entry point
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
  • Loading branch information
nstarman committed Sep 3, 2021
1 parent 95ac70a commit a14ef6b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,22 @@ github_project = nstarman/discO
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
astropy
numpy
PyYAML
numpy>1.20
typing_extensions
importlib-metadata
scikit-learn>0.18
healpy>=1.15.0
tqdm
astroquery
Cython

[options.entry_points]
console_scripts =
make_gaia_err_field = discO.data.err_field.script:main

[options.extras_require]
all =
Expand Down

0 comments on commit a14ef6b

Please sign in to comment.