Skip to content

Commit

Permalink
build: make project PEP 561 compliant (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kanitz <alexander.kanitz@unibas.ch>
  • Loading branch information
Rahuljagwani and uniqueg committed Dec 8, 2023
1 parent 2c89ba8 commit 948c031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file added py.typed
Empty file.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
packages=find_packages(),
install_requires=install_requires,
include_package_data=True,
package_data={"foca.security.access_control.api": ["*.yaml", "*.conf"]},
package_data={
"foca.security.access_control.api": ["*.yaml", "*.conf"],
"": ["py.typed"],
},
setup_requires=[
"setuptools_git==1.2",
"twine==3.8.0"
Expand Down

0 comments on commit 948c031

Please sign in to comment.