diff options
| -rw-r--r-- | MANIFEST.in | 6 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | pyproject.toml | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9cca32a..b100ecc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,11 @@ include README.md -include docs/_static/logo_black_full.png graft pyecsca/ec/efd/ graft pyecsca/ec/std/ +graft pyecsca/ec/data/ +prune .github/ +prune docs/ +prune test/ +exclude .coveragerc .deepsource.toml .pre-commit-config.yml codecov.yml global-exclude .git* exclude pyecsca/ec/efd/README.md pyecsca/ec/std/README.md prune pyecsca/ec/std/.github/ @@ -1,4 +1,4 @@ -#  +#  [](https://pyecsca.org/) [](https://github.com/J08nY/pyecsca/blob/master/LICENSE)   [](https://codecov.io/gh/J08nY/pyecsca) [](https://deepsource.io/gh/J08nY/pyecsca/?ref=repository-badge) diff --git a/pyproject.toml b/pyproject.toml index 5b61f1f..542cbba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ namespaces = true [tool.setuptools.package-data] - pyecsca = ["ec/efd/*/*", "ec/efd/*/*/*", "ec/efd/*/*/*/*", "ec/std/*", "ec/std/*/*"] + pyecsca = ["ec/efd/*/*", "ec/efd/*/*/*", "ec/efd/*/*/*/*", "ec/std/*", "ec/std/*/*", "ec/data/*", "ec/data/*/*"] [tool.setuptools_scm] |
