Skip to content

Commit

Permalink
Add description to Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Apr 24, 2024
1 parent edd9c7f commit 9e933b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class BinaryDistribution(Distribution):
setup(
name='@TARGET_NAME@',
version='@VERSION_INFO@',
description='Generative AI API for ONNX Runtime',
packages=['onnxruntime_genai', 'onnxruntime_genai.models'],
include_package_data=True,
package_data={'': ['*.pyd', '*.dll', '*.so*']},
Expand Down

0 comments on commit 9e933b6

Please sign in to comment.