Skip to content

Commit

Permalink
Move scripts and entrypoints to new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnar-mb committed Jan 7, 2025
1 parent 25d9c01 commit 30686f8
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def get_template_files():
},
entry_points='''
[console_scripts]
ifexgen=ifex.scripts.generator:ifex_generator_run
ifexgen_dbus=ifex.scripts.generator_dbus:ifex_dbus_generator_run
ifexconv_protobuf=ifex.scripts.protobuf_ifex:protobuf_to_ifex_run
ifexgen=packaging.entrypoints.generator:ifex_generator_run
ifexgen_dbus=packaging.entrypoints.generator_dbus:ifex_dbus_generator_run
ifexconv_protobuf=packaging.entrypoints.protobuf_ifex:protobuf_to_ifex_run
'''
)

0 comments on commit 30686f8

Please sign in to comment.