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) <[email protected]>
  • Loading branch information
nstarman committed Sep 3, 2021
1 parent 2b15415 commit bc7052d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,27 @@ 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
scipy
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 =
gala
galpy @ git+https://github.com/jobovy/galpy.git
tqdm
test =
pytest-astropy
docs =
Expand Down

0 comments on commit bc7052d

Please sign in to comment.