Skip to content

Commit

Permalink
Add openfl-tutorials as package
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Dec 9, 2024
1 parent b23478a commit 8d7c0ed
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,15 @@ def run(self):
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type='text/markdown',
url='https://github.com/securefederatedai/openfl',
packages=find_packages(include=("openfl", "openfl.*", "openfl-docker", "openfl-workspace")),
packages=find_packages(
include=(
"openfl",
"openfl.*",
"openfl-docker",
"openfl-workspace",
"openfl-tutorials",
)
),
include_package_data=True,
setup_requires=['grpcio-tools>=1.56.2,<1.66.0'], # ensure it is in-sync with `install_requires`
install_requires=[
Expand Down

0 comments on commit 8d7c0ed

Please sign in to comment.