Skip to content

Commit

Permalink
Update entry points (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkoeller authored Jul 1, 2023
1 parent 872c1f1 commit 2551061
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ select = E101,E111,E112,E113,E221,E222,E223,E224,E225,E241,E242,E251,E271,E272,E
# PEP errors to ignore
# ignore = ...

[entry_points]
EclipsingBinaries = EclipsingBinaries.menu:main
EB_pipeline = EclipsingBinaries.pipeline:monitor_directory
[options.entry_points]
console_scripts =
EclipsingBinaries = EclipsingBinaries.menu:main
EB_pipeline = EclipsingBinaries.pipeline:monitor_directory


[flake8]
max-line-length = 100
Expand Down

0 comments on commit 2551061

Please sign in to comment.