mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 11:09:36 +00:00
Package a type marker file per PEP 561
This will make type annotations usable for projects importing the library.
This commit is contained in:
parent
8a3e5c9aac
commit
23f53d422a
2 changed files with 3 additions and 0 deletions
1
monads/py.typed
Normal file
1
monads/py.typed
Normal file
|
@ -0,0 +1 @@
|
|||
# Marker file for PEP 561
|
2
setup.py
2
setup.py
|
@ -14,6 +14,8 @@ setup(
|
|||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/correl/typesafe-monads",
|
||||
packages=["monads"],
|
||||
package_data={"monads": ["py.typed"]},
|
||||
include_package_data=True,
|
||||
setup_requires=["pytest-runner"],
|
||||
tests_require=["pytest", "mypy", "pytest-cov", "pytest-mypy"],
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in a new issue