Skip to content

Commit df1ff18

Browse files
committed
Make package PEP 561 compatible
1 parent 9db7f3e commit df1ff18

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/py.typed

Whitespace-only changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
808808
maintainer=AUTHOR,
809809
version=versioneer.get_version(),
810810
packages=find_packages(include=["pandas", "pandas.*"]),
811-
package_data={"": ["templates/*", "_libs/*.dll"]},
811+
package_data={"": ["templates/*", "_libs/*.dll", "py.typed"]},
812812
ext_modules=maybe_cythonize(extensions, compiler_directives=directives),
813813
maintainer_email=EMAIL,
814814
description=DESCRIPTION,

0 commit comments

Comments
 (0)