Skip to content

Commit

Permalink
feat: adding kmahajan-cadfem as contributor + missing metadata (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Jun 12, 2023
1 parent af6ddca commit ee7a305
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
* [Abhishek Chitwar](https://github.com/abhishekchitwar)
* [Sandeep Medikonda](https://github.com/smedikon)
* [Rajesh Meena](https://github.com/rajesh1359)
* [kmahajan-cadfem](https://github.com/kmahajan-cadfem)
5 changes: 4 additions & 1 deletion frozen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import glob
import os
import sys

from PyInstaller.utils.hooks import collect_all, collect_submodules
from PyInstaller.utils.hooks import collect_all, collect_submodules, copy_metadata

block_cipher = None

Expand Down Expand Up @@ -32,6 +32,9 @@ added_files = [
(os.path.join(INSTALLER_PATH, 'VERSION'), '.'),
]

# Missing metadata
added_files += copy_metadata('ansys-tools-path')

a = Analysis([main_py],
pathex=[],
binaries=[],
Expand Down

0 comments on commit ee7a305

Please sign in to comment.