diff options
| author | J08nY | 2024-07-24 14:22:32 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-24 14:22:32 +0200 |
| commit | d624e2deab3a190d7d9679e7c958f262705d9c19 (patch) | |
| tree | 7c5aa8b1fadff57bcb63a796095c535c4e60e6e9 /MANIFEST.in | |
| parent | a706f612a7bf0930af9a2a8af195cc0ec75970a2 (diff) | |
| download | pyecsca-d624e2deab3a190d7d9679e7c958f262705d9c19.tar.gz pyecsca-d624e2deab3a190d7d9679e7c958f262705d9c19.tar.zst pyecsca-d624e2deab3a190d7d9679e7c958f262705d9c19.zip | |
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 5 insertions, 1 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/ |
