Skip to content

Commit

Permalink
Add py.typed to allow mypy to recognize inline type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Nov 30, 2023
1 parent 8eda11b commit 4636f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Empty file added assemblyline/py.typed
Empty file.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from setuptools import setup, find_packages, Extension
from setuptools import Extension, find_packages, setup

try:
# noinspection PyUnresolvedReferences,PyPackageRequirements
Expand Down Expand Up @@ -115,6 +115,7 @@
"*.pxd",
"*.lark",
"VERSION",
]
],
"assemblyline": ["py.typed"]
}
)

0 comments on commit 4636f6d

Please sign in to comment.