We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfe40b commit 9a1201fCopy full SHA for 9a1201f
can_ada.pyi can_ada-stubs/__init__.pyican_ada.pyi renamed to can_ada-stubs/__init__.pyi
py.typed
setup.py
@@ -13,6 +13,8 @@
13
url="https://github.com/tktech/can_ada",
14
description="Ada is a fast spec-compliant url parser",
15
license="MIT",
16
+ packages=["can_ada-stubs"],
17
+ package_data={"can_ada-stubs": ["__init__.pyi"]},
18
ext_modules=[
19
Pybind11Extension(
20
"can_ada",
@@ -22,12 +24,6 @@
22
24
cxx_std=17
23
25
),
26
],
- package_data={
- "can_ada": [
27
- "py.typed",
28
- "can_ada.pyi"
29
- ]
30
- },
31
extras_require={
32
"test": [
33
"pytest",
0 commit comments