Skip to content

Commit

Permalink
Add official OSI name in the license metadata
Browse files Browse the repository at this point in the history
This makes it easier for automatic license checkers to verify the license of this package.
  • Loading branch information
ecederstrand authored Sep 2, 2021
1 parent 02630e5 commit d2e5d78
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 @@ -18,6 +18,7 @@ def recursive_include(module):
name="kivy-ios",
version="1.3.0.dev0",
description="Kivy for iOS",
license="MIT License",
long_description=read("README.md"),
long_description_content_type="text/markdown",
author="The Kivy team",
Expand Down

0 comments on commit d2e5d78

Please sign in to comment.