Skip to content

Commit

Permalink
Add license information to setup.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorlazarski committed Dec 14, 2023
1 parent f2909f0 commit 9318e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,15 @@ def load_description() -> str:
long_description_content_type="text/markdown",
url="https://github.com/worldcoin/open-iris",
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
license="MIT",
keywords=["biometrics", "iris recognition"],
include_package_data=True,
**IRIS_ENV_INSTALLATION_CONFIGS[os.environ[IRIS_ENV_STRING_KEY]],
Expand Down

0 comments on commit 9318e03

Please sign in to comment.