Skip to content

Commit dba94e4

Browse files
chore: add py.typed
1 parent c156f77 commit dba94e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gitlab_submodule/py.typed

Whitespace-only changes.

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
],
3434
long_description=readme_text,
3535
long_description_content_type='text/markdown',
36-
platforms=['any']
36+
platforms=['any'],
37+
package_data = {
38+
'gitlab_submodule': ['py.typed'],
39+
}
3740
)

0 commit comments

Comments
 (0)