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
436b8bc1d1
commit
3f3f29ac9a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -30,7 +30,7 @@ setup(
|
||||||
author='Simon Willison',
|
author='Simon Willison',
|
||||||
license='Apache License, Version 2.0',
|
license='Apache License, Version 2.0',
|
||||||
url='https://github.com/simonw/datasette',
|
url='https://github.com/simonw/datasette',
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude='tests'),
|
||||||
package_data={'datasette': ['templates/*.html']},
|
package_data={'datasette': ['templates/*.html']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue