setup: add tests to package exclusion (#458)

This commit is contained in:
Veit Heller 2019-05-10 03:54:50 +02:00 committed by Simon Willison
commit 3f3f29ac9a

View file

@ -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=[