mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
py.typed file so mypy picks up the types, closes #331
This commit is contained in:
parent
12b8c9de25
commit
73e214a976
2 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -22,6 +22,7 @@ setup(
|
|||
version=VERSION,
|
||||
license="Apache License, Version 2.0",
|
||||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
package_data={"sqlite_utils": ["py.typed"]},
|
||||
install_requires=[
|
||||
"sqlite-fts4",
|
||||
"click",
|
||||
|
|
@ -46,7 +47,6 @@ setup(
|
|||
[console_scripts]
|
||||
sqlite-utils=sqlite_utils.cli:cli
|
||||
""",
|
||||
tests_require=["sqlite-utils[test]"],
|
||||
url="https://github.com/simonw/sqlite-utils",
|
||||
project_urls={
|
||||
"Documentation": "https://sqlite-utils.datasette.io/en/stable/",
|
||||
|
|
@ -69,4 +69,5 @@ setup(
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
],
|
||||
zip_safe=False, # For mypy and py.typed
|
||||
)
|
||||
|
|
|
|||
0
sqlite_utils/py.typed
Normal file
0
sqlite_utils/py.typed
Normal file
Loading…
Add table
Add a link
Reference in a new issue