Skip to content

Commit

Permalink
added Lib and App package dirs to fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PetePupalaikis committed Oct 29, 2018
1 parent f2ee868 commit 5b94e79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
author=__author__,
author_email=__email__,
url=__url__,
package_dir={'SignalIntegrity':'SignalIntegrity'},
package_dir={'SignalIntegrity':'SignalIntegrity',
'SignalIntegrity.Lib':'SignalIntegrity/Lib',
'SignalIntegrity.App':'SignalIntegrity/App'},
packages=find_packages(''),
data_files=[(pathToIcons, [pathToIcons+'/AppIcon2.gif']),
(pathToMoreIcons,
Expand Down

0 comments on commit 5b94e79

Please sign in to comment.