Skip to content

Commit

Permalink
Added license to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-zamil committed Aug 13, 2021
1 parent d2c9ba5 commit 9f139f8
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 @@ -32,13 +32,15 @@
version=zenora.__version__,
long_description=long_description,
long_description_content_type="text/markdown",
license=zenora.__license__,
url=zenora.__github__,
packages=["zenora", "zenora.api", "zenora.impl", "zenora.models"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.8",
include_package_data=True,
Expand Down

0 comments on commit 9f139f8

Please sign in to comment.