mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Exclude tests from package, properly this time
The `exclude` argument to `find_packages` needs an iterable of package names. Closes #456 - thanks, @abeyerpath!
This commit is contained in:
parent
028f193dd6
commit
6be5654ffa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -40,7 +40,7 @@ setup(
|
|||
"Issues": "https://github.com/simonw/datasette/issues",
|
||||
"CI": "https://travis-ci.org/simonw/datasette",
|
||||
},
|
||||
packages=find_packages(exclude="tests"),
|
||||
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