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 53d6b2d commit bc25acaCopy full SHA for bc25aca
setup.py
@@ -52,6 +52,10 @@ def run(self):
52
name = "CytofDR",
53
version = VERSION,
54
description = "CyTOF Dimension Reduction Framework",
55
+ author="Kevin Wang",
56
+ url="https://github.com/kevin931/CytofDR",
57
+ long_description_content_type = "text/markdown",
58
+ long_description = open("README.md").read(),
59
packages=["CytofDR"],
60
python_requires=">=3.7",
61
install_requires=["scikit-learn",
@@ -69,6 +73,7 @@ def run(self):
69
73
"coverage"],
70
74
license="MIT",
71
75
classifiers = [
76
+ "License :: OSI Approved :: MIT License",
72
77
"Programming Language :: Python :: 3 :: Only",
78
"Natural Language :: English"
79
],
0 commit comments