Skip to content

Commit 68c0930

Browse files
committed
Include pkg data, exclude unwanted folders
1 parent ca9dc72 commit 68c0930

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

File renamed without changes.

MANIFEST.in

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Homepage = "https://github.com/Edinburgh-Genome-Foundry/dnachisel"
5151
requires = ["setuptools"]
5252
build-backend = "setuptools.build_meta"
5353

54-
[tool.setuptools]
55-
include-package-data = true
56-
5754
[tool.setuptools.packages.find]
58-
exclude = ["docs"]
55+
exclude = ["docs*", "examples*", "tests*"]
56+
57+
[tool.setuptools.package-data]
58+
dnachisel = ["biotools/data/*", "reports/assets/*"]

0 commit comments

Comments
 (0)