Add templates as package data in setup.py
parent
2ea7b3afc4
commit
0e3fe3ffa4
3
setup.py
3
setup.py
|
@ -31,8 +31,9 @@ setuptools.setup(
|
||||||
# data_files = ("res", ["res/playerskinsdb.json"])
|
# data_files = ("res", ["res/playerskinsdb.json"])
|
||||||
package_data = {
|
package_data = {
|
||||||
"lokrez": [
|
"lokrez": [
|
||||||
"queries/*.gql",
|
|
||||||
"data/*.json",
|
"data/*.json",
|
||||||
|
"queries/*.gql",
|
||||||
|
"templates/*/*.j2",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|
Loading…
Reference in New Issue