Skip to content

Commit

Permalink
Add license key to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Apr 25, 2021
1 parent cc0a551 commit 419a96e
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 @@ -15,6 +15,7 @@
description=package["description"],
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
license="License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
url="https://github.com/Askaholic/faf-replay-parser-python",
rust_extensions=[RustExtension(
cargo["lib"]["name"],
Expand Down

0 comments on commit 419a96e

Please sign in to comment.