Skip to content

Commit 45d0cbf

Browse files
committed
update
1 parent c51e9ac commit 45d0cbf

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "treeprofiler"
77
description = "A command line tool to annotate and visualize metadata in phylogenetic tree."
8-
version = "2.0.1"
8+
version = "2.0.1dev"
99
authors = [
1010
{ name="Ziqi Deng", email="dengziqi1234@gmail.com" },
1111
{ name="Jaime Huerta-Cepas", email="jhcepas@gmail.com" },
@@ -56,6 +56,8 @@ where = ["."]
5656
include-package-data = true
5757

5858
[tool.setuptools.package-data]
59-
# include these files at the root of the package
60-
"treeprofiler" = ["README.md", "LICENSE"]
61-
treeprofiler.layouts = ["pfam2color.json", "smart2color.json"]
59+
treeprofiler = [
60+
"examples/**/*",
61+
"layouts/pfam2color.json",
62+
"layouts/smart2color.json"
63+
]

0 commit comments

Comments
 (0)