We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51e9ac commit 45d0cbfCopy full SHA for 45d0cbf
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "treeprofiler"
7
description = "A command line tool to annotate and visualize metadata in phylogenetic tree."
8
-version = "2.0.1"
+version = "2.0.1dev"
9
authors = [
10
{ name="Ziqi Deng", email="dengziqi1234@gmail.com" },
11
{ name="Jaime Huerta-Cepas", email="jhcepas@gmail.com" },
@@ -56,6 +56,8 @@ where = ["."]
56
include-package-data = true
57
58
[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"]
+treeprofiler = [
+ "examples/**/*",
+ "layouts/pfam2color.json",
62
+ "layouts/smart2color.json"
63
+]
0 commit comments