summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Fikl <alexfikl@gmail.com>2020-12-05 12:26:32 -0600
committerGitHub <noreply@github.com>2020-12-05 19:26:32 +0100
commit37f8a29a550cc43a1070743b7627b0b9029c232d (patch)
treeb7a3a698eca00572e5951d5fb4cff77fdb765389
parentfc681245a280f4a49e40603e67bfbbbccbf08c58 (diff)
add a py.typed file (#301)
-rw-r--r--papis/py.typed0
-rw-r--r--setup.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/papis/py.typed b/papis/py.typed
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/papis/py.typed
diff --git a/setup.py b/setup.py
index 009149a2..d54fd9b5 100644
--- a/setup.py
+++ b/setup.py
@@ -126,6 +126,7 @@ setup(
],
package_data=dict(
papis=[
+ "py.typed"
],
),
data_files=data_files,