We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd66d1a commit e4c09cdCopy full SHA for e4c09cd
setup.py
@@ -44,6 +44,7 @@ def find_version(*file_paths):
44
DOWNLOAD_URL = "https://pypi.org/project/labfis/"
45
THEME_NAME = "Fusion"
46
COPYRIGHT = "Copyright (C) 2020, labfis"
47
+LICENSE = "MIT"
48
49
50
classifiers = [
@@ -63,7 +64,8 @@ def find_version(*file_paths):
63
64
author=AUTHOR,
65
author_email=AUTHOR_EMAIL,
66
url=URL,
- download_url=DOWNLOAD_URL
67
+ download_url=DOWNLOAD_URL,
68
+ license=LICENSE,
69
long_description=long_description,
70
long_description_content_type="text/markdown",
71
packages=find_packages(),
0 commit comments