aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in6
-rw-r--r--README.md2
-rw-r--r--pyproject.toml2
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/
diff --git a/README.md b/README.md
index 00e2b4f..5df4fbe 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ![](docs/_static/logo_black_full.png)
+# ![](https://raw.githubusercontent.com/J08nY/pyecsca/master/docs/_static/logo_black_full.png)
[![docs](https://img.shields.io/badge/docs-pyecsca.org-black.svg)](https://pyecsca.org/) [![License MIT ](https://img.shields.io/github/license/J08nY/pyecsca?color=brightgreen)](https://github.com/J08nY/pyecsca/blob/master/LICENSE) ![Test](https://github.com/J08nY/pyecsca/workflows/Test/badge.svg) ![Lint](https://github.com/J08nY/pyecsca/workflows/Lint/badge.svg) [![Codecov](https://img.shields.io/codecov/c/gh/J08nY/pyecsca?color=brightgreen&logo=codecov)](https://codecov.io/gh/J08nY/pyecsca) [![DeepSource](https://deepsource.io/gh/J08nY/pyecsca.svg/?label=active+issues&show_trend=true)](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]