Skip to content

Commit dc1a07b

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pandas/py.typed

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
partial
2+

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)