Skip to content

Commit

Permalink
pyproject.toml: fix one issue in packager
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
  • Loading branch information
tswhison committed Apr 6, 2023
1 parent f8eb7ed commit 44fabc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/packager/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include packager/schema/*.json
1 change: 1 addition & 0 deletions python/packager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
]
},
install_requires=['jsonschema>=2.3.0'],
include_package_data=True,
)

0 comments on commit 44fabc0

Please sign in to comment.