Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
rename main.py to nexus-constructor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha committed Mar 13, 2020
1 parent 21e5d41 commit 9c64bd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignore:
- "tests"
- "**/*__init__.py"
- "main.py"
- "nexus-constructor.py"
- "setup.py"
- "nexus_constructor/kafka/*"

Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
description="NeXus file constructor with 3D view for components",
options={"build_exe": build_exe_options},
executables=[
Executable("main.py", base=base, targetName="NexusConstructor" + extension)
Executable(
"nexus-constructor.py", base=base, targetName="NexusConstructor" + extension
)
],
)

Expand Down

0 comments on commit 9c64bd6

Please sign in to comment.