Skip to content

Commit

Permalink
build: Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney authored Oct 16, 2024
1 parent c16b85f commit c0221f5
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 @@ -11,7 +11,9 @@
long_description="A data review library",
python_requires=">=3.8",
install_requires=["requests"],
classifiers=[],
classifiers=[
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"
],
extras_require={
"dev": [
"black",
Expand Down

0 comments on commit c0221f5

Please sign in to comment.