Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isankadn authored May 10, 2023
1 parent f0360a6 commit 30a1c5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ def package_data(pkg, roots):
name='chatgpt-xblock',
version='0.1',
description='chatgpt XBlock', # TODO: write a better description.
license='UNKNOWN', # TODO: choose a license: 'AGPL v3' and 'Apache 2.0' are popular.
license='AGPL-3.0',
author='Isanka Wijerathne, abconlinecourses.com',
author_email='[email protected]',
packages=[
'chatgptxblock',
],
Expand Down

0 comments on commit 30a1c5c

Please sign in to comment.