We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7364c5f + 31156b8 commit b6ca2eeCopy full SHA for b6ca2ee
2 files changed
setup.py
@@ -26,7 +26,11 @@
26
url=__url__,
27
packages=find_packages(where="src"),
28
package_dir={"": "src"},
29
- include_package_data=True,
+ package_data=dict(
30
+ hyperlink=[
31
+ "py.typed",
32
+ ],
33
+ ),
34
zip_safe=False,
35
license=__license__,
36
platforms='any',
src/hyperlink/py.typed
@@ -0,0 +1 @@
1
+# See: https://www.python.org/dev/peps/pep-0561/
0 commit comments