Skip to content

Commit acce046

Browse files
committed
Try to be line-for-line the same as old setup.py
1 parent 6709e6a commit acce046

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,27 @@ ext-modules = [
7676
[tool.setuptools.packages]
7777
find = {namespaces = false}
7878

79+
[tool.setuptools.package-data]
80+
"lnt.server.ui" = [
81+
"static/*.ico",
82+
"static/*.js",
83+
"static/*.css",
84+
"static/*.svg",
85+
"static/bootstrap/css/*.css",
86+
"static/bootstrap/js/*.js",
87+
"static/bootstrap/img/*.png",
88+
"static/flot/*.min.js",
89+
"static/plotly/*.min.js",
90+
"static/d3/*.min.js",
91+
"static/jquery/**/*.min.js",
92+
"templates/*.html",
93+
"templates/reporting/*.html",
94+
"templates/reporting/*.txt",
95+
]
96+
"lnt.server.db" = [
97+
"migrations/*.py"
98+
]
99+
79100
[tool.flake8]
80101
ignore = ["E712", "E402", "E711", "E266", "W605", "E126", "E226", "W504"]
81102
max-line-length = 120

0 commit comments

Comments
 (0)