Skip to content

Commit d0712df

Browse files
author
Martin Benes
committed
source distribution is now super small
1 parent 950b8c8 commit d0712df

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

MANIFEST.in

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ build-backend = "maturin"
66
[tool.maturin]
77
module-name = "conseal._conseal"
88
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+
]
923

1024
[project]
1125
name = "conseal"
@@ -63,11 +77,6 @@ deploy = []
6377
[project.scripts]
6478
unseal = "conseal.tools.scripts.unseal:run"
6579

66-
[tool.setuptools.packages.find]
67-
include = ["conseal*"]
68-
exclude = ["wheelhouse*"]
69-
namespaces = false
70-
7180
[tool.coverage.report]
7281
fail_under = 80
7382

0 commit comments

Comments
 (0)