Skip to content

Commit

Permalink
Merge pull request #143 from pllim/fix-entry-points
Browse files Browse the repository at this point in the history
BUG: Fix broken entry points
  • Loading branch information
pllim committed Dec 10, 2020
2 parents 06dcb77 + cc032e6 commit 6bda881
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ docs =
[options.package_data]
acstools = data/*

[entry_points]
acs_destripe = acstools.acs_destripe:main
acs_destripe_plus = acstools.acs_destripe_plus:main
[options.entry_points]
console_scripts =
acs_destripe = acstools.acs_destripe:main
acs_destripe_plus = acstools.acs_destripe_plus:main

[tool:pytest]
addopts = --doctest-ignore-import-errors
Expand Down

0 comments on commit 6bda881

Please sign in to comment.