Merge pull request #210 from joshuata/patch-1

Fixes setup.py to include templates
pull/217/head
Bernhard Mueller 7 years ago committed by GitHub
commit a435965b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      setup.py

@ -330,7 +330,11 @@ setup(
extras_require={
},
package_data={
'mythril.analysis': ['templates/*']
},
include_package_data=True,
scripts=['myth'],

Loading…
Cancel
Save