Skip to content

Commit

Permalink
Merge pull request Azure#14 from jddarby/jl/fix-python-wheel
Browse files Browse the repository at this point in the history
added templates to setup.py; MERGING FOR TESTING
  • Loading branch information
jordlay authored May 26, 2023
2 parents c26369a + d5b03c6 commit f43f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aosm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
classifiers=CLASSIFIERS,
packages=find_packages(),
install_requires=DEPENDENCIES,
package_data={"azext_aosm": ["azext_metadata.json"]},
package_data={"azext_aosm": ["azext_metadata.json", "generate_nfd/templates/*"]},
)

0 comments on commit f43f313

Please sign in to comment.