Skip to content

Commit

Permalink
Merge pull request #71 from WildCard65/simple_fix
Browse files Browse the repository at this point in the history
Added 'zip_safe=False' to setup() call.
  • Loading branch information
dvander authored Jul 16, 2020
2 parents 7178274 + 8c1227b commit f4bd976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'ambuild = ambuild2.run:cli_run'
]
},
scripts=amb_scripts
scripts=amb_scripts,
zip_safe=False
)

0 comments on commit f4bd976

Please sign in to comment.