aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJ08nY2019-12-23 13:20:43 +0100
committerJ08nY2019-12-23 13:42:05 +0100
commit276ce0d7d636009299319aad27e31de242e1cceb (patch)
tree894d92ba07e9d9565b0343c11a8c8ca8fe039865 /setup.py
parentb43c5dba0ec18fe5a5204537855ea2b73fc674c6 (diff)
downloadpyecsca-codegen-276ce0d7d636009299319aad27e31de242e1cceb.tar.gz
pyecsca-codegen-276ce0d7d636009299319aad27e31de242e1cceb.tar.zst
pyecsca-codegen-276ce0d7d636009299319aad27e31de242e1cceb.zip
Add Travis and Codecov + tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 720892c..0d57557 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,11 @@ setup(
"Intended Audience :: Developers",
"Intended Audience :: Science/Research"
],
- install_package_data=True,
+ package_data={
+ "pyecsca.codegen" : ["*.h", "*.inc", "asn1/", "bn/", "hal/", "hash/", "prng/", "simpleserial/",
+ "templates/", "tommath/"]
+ },
+ #install_package_data=True,
python_requires='>=3.7',
install_requires=[
"pyecsca",