Skip to content

Commit bc25aca

Browse files
committed
Add PyPI descriptors
1 parent 53d6b2d commit bc25aca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ def run(self):
5252
name = "CytofDR",
5353
version = VERSION,
5454
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(),
5559
packages=["CytofDR"],
5660
python_requires=">=3.7",
5761
install_requires=["scikit-learn",
@@ -69,6 +73,7 @@ def run(self):
6973
"coverage"],
7074
license="MIT",
7175
classifiers = [
76+
"License :: OSI Approved :: MIT License",
7277
"Programming Language :: Python :: 3 :: Only",
7378
"Natural Language :: English"
7479
],

0 commit comments

Comments
 (0)