mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Include vendored .txt files in package, refs #2434
This commit is contained in:
parent
706deff7f9
commit
4557036fc0
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -38,7 +38,9 @@ setup(
|
||||||
"CI": "https://github.com/simonw/datasette/actions?query=workflow%3ATest",
|
"CI": "https://github.com/simonw/datasette/actions?query=workflow%3ATest",
|
||||||
},
|
},
|
||||||
packages=find_packages(exclude=("tests",)),
|
packages=find_packages(exclude=("tests",)),
|
||||||
package_data={"datasette": ["templates/*.html"]},
|
package_data={
|
||||||
|
"datasette": ["templates/*.html", "vendored/**/*.txt"],
|
||||||
|
},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue