Skip to content

Commit e4c09cd

Browse files
committed
Fix setup.py
1 parent bd66d1a commit e4c09cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def find_version(*file_paths):
4444
DOWNLOAD_URL = "https://pypi.org/project/labfis/"
4545
THEME_NAME = "Fusion"
4646
COPYRIGHT = "Copyright (C) 2020, labfis"
47+
LICENSE = "MIT"
4748

4849

4950
classifiers = [
@@ -63,7 +64,8 @@ def find_version(*file_paths):
6364
author=AUTHOR,
6465
author_email=AUTHOR_EMAIL,
6566
url=URL,
66-
download_url=DOWNLOAD_URL
67+
download_url=DOWNLOAD_URL,
68+
license=LICENSE,
6769
long_description=long_description,
6870
long_description_content_type="text/markdown",
6971
packages=find_packages(),

0 commit comments

Comments
 (0)