Skip to content

Commit

Permalink
Add entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Nov 26, 2024
1 parent bb644c5 commit 12e100e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes/rethinkdb-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
noarch: python
entry_points:
- rethinkdb-import = rethinkdb._import:main
- rethinkdb-dump = rethinkdb._dump:main
- rethinkdb-export = rethinkdb._export:main
- rethinkdb-restore = rethinkdb._restore:main
- rethinkdb-index-rebuild = rethinkdb._index_rebuild:main
- rethinkdb-repl = rethinkdb.__main__:startInterpreter

requirements:
host:
Expand All @@ -23,7 +30,6 @@ requirements:
- setuptools
- six
run:
- __unix # to skip win, as a noarch package
- looseversion
- python >={{ python_min }}
- six
Expand Down

0 comments on commit 12e100e

Please sign in to comment.