Skip to content

Commit

Permalink
independent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Nov 15, 2024
1 parent d842893 commit 12ad524
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asammdf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sys

sys.setrecursionlimit(sys.getrecursionlimit() * 5)

asammdf_path = Path.cwd() / "src" / "asammdf" / "asammdfgui.py"
asammdf_path = Path.cwd() / "src" / "asammdf" / "app" / "asammdfgui.py"

block_cipher = None
added_files = []
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ def _get_ext_modules():
# To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow
# pip to create the appropriate form of executable for the target platform.
entry_points={"console_scripts": ["asammdf = asammdf.asammdfgui:main [gui,export,decode]"]},
entry_points={"console_scripts": ["asammdf = asammdf.app.asammdfgui:main [gui,export,decode]"]},
ext_modules=_get_ext_modules(),
)
File renamed without changes.

0 comments on commit 12ad524

Please sign in to comment.