Skip to content

Commit

Permalink
📝 Add license arg to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSajus committed Feb 23, 2022
1 parent 7e6a3d7 commit ef7bb0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def get_requirements():
packages=find_packages(exclude=["*test*", "*docs*"]),
include_package_data=True,
install_requires=REQUIREMENTS,
license="GPLv3",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit ef7bb0a

Please sign in to comment.