Skip to content

Commit 23903c0

Browse files
committed
Include type information into package
1 parent 3af7706 commit 23903c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def read_file(fname):
2828
author_email='[email protected]',
2929
url='https://github.com/reportportal/agent-python-pytest',
3030
packages=['pytest_reportportal'],
31+
package_data={'pytest_reportportal': ['*.pyi']},
3132
install_requires=read_file('requirements.txt').splitlines(),
3233
license='Apache 2.0',
3334
keywords=['testing', 'reporting', 'reportportal', 'pytest', 'agent'],

0 commit comments

Comments
 (0)