Skip to content

Commit af7ae0d

Browse files
committed
Add py.typed file to publish the types
1 parent 7e7af23 commit af7ae0d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pytest_django/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ packages = pytest_django
3838
python_requires = >=3.5
3939
setup_requires = setuptools_scm>=1.11.1
4040
install_requires = pytest>=5.4.0
41+
zip_safe = no
4142

4243
[options.entry_points]
4344
pytest11 =
@@ -51,6 +52,9 @@ testing =
5152
Django
5253
django-configurations>=2.0
5354

55+
[options.package_data]
56+
pytest_django = py.typed
57+
5458
[tool:pytest]
5559
# --strict-markers: error on using unregistered marker.
5660
# -ra: show extra test summary info for everything.

0 commit comments

Comments
 (0)