mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
setup: add tests to package exclusion (#458)
This commit is contained in:
parent
f825e20121
commit
9f8d9fe262
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -37,7 +37,7 @@ setup(
|
|||
author="Simon Willison",
|
||||
license="Apache License, Version 2.0",
|
||||
url="https://github.com/simonw/datasette",
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude='tests'),
|
||||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue