Skip to content

Commit 1ab63c2

Browse files
authored
Add py.typed PEP 561 guideline (#208)
1 parent 5c5a14d commit 1ab63c2

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.md LICENSE
22
prune tests
3+
include arango/py.typed

arango/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
url="https://github.com/ArangoDB-Community/python-arango",
1414
keywords=["arangodb", "python", "driver"],
1515
packages=find_packages(exclude=["tests"]),
16+
package_data={"arango": ["py.typed"]},
1617
include_package_data=True,
1718
python_requires=">=3.7",
1819
license="MIT",

0 commit comments

Comments
 (0)