We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950b8c8 commit d0712dfCopy full SHA for d0712df
MANIFEST.in
pyproject.toml
@@ -6,6 +6,20 @@ build-backend = "maturin"
6
[tool.maturin]
7
module-name = "conseal._conseal"
8
bindings = "pyo3"
9
+include = [
10
+ "conseal/**",
11
+ "src/**",
12
+ "LICENSE",
13
+ "README.md",
14
+ "pyproject.toml",
15
+ "Cargo.toml"
16
+]
17
+exclude = [
18
+ "test/**",
19
+ "docs/**",
20
+ ".github/**",
21
+ "run.py",
22
23
24
[project]
25
name = "conseal"
@@ -63,11 +77,6 @@ deploy = []
63
77
[project.scripts]
64
78
unseal = "conseal.tools.scripts.unseal:run"
65
79
66
-[tool.setuptools.packages.find]
67
-include = ["conseal*"]
68
-exclude = ["wheelhouse*"]
69
-namespaces = false
70
-
71
80
[tool.coverage.report]
72
81
fail_under = 80
73
82
0 commit comments