Skip to content

Commit 23a65f4

Browse files
committed
Update setup.py for release
1 parent 78e6525 commit 23a65f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
with open("README.md") as readme_file:
2929
readme = readme_file.read()
3030

31-
with open("HISTORY.rst") as history_file:
32-
history = history_file.read()
33-
3431
with open("requirements.txt") as requirements_file:
3532
requirements = requirements_file.read().split("\n")
3633

@@ -41,7 +38,7 @@
4138
name="py-ard",
4239
version="1.0.0rc4",
4340
description="ARD reduction for HLA with Python",
44-
long_description=readme + "\n\n" + history,
41+
long_description=readme,
4542
long_description_content_type="text/markdown",
4643
author="CIBMTR",
4744
author_email="[email protected]",
@@ -61,12 +58,14 @@
6158
zip_safe=False,
6259
keywords="pyard",
6360
classifiers=[
64-
"Development Status :: 2 - Pre-Alpha",
65-
"Intended Audience :: Developers",
61+
"Development Status :: 5 - Production/Stable",
62+
"Intended Audience :: Science/Research",
63+
"Topic :: Scientific/Engineering :: Bio-Informatics",
6664
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
6765
"Natural Language :: English",
6866
"Programming Language :: Python :: 3.8",
6967
"Programming Language :: Python :: 3.9",
68+
"Programming Language :: Python :: 3.10",
7069
],
7170
test_suite="tests",
7271
tests_require=test_requirements,

0 commit comments

Comments
 (0)