Skip to content

Commit

Permalink
add long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab authored Apr 10, 2024
1 parent 297cf84 commit 7629b21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.rst").read_text()

setup(
name='CanDI',
description='A cancer data integration package',
version=version,
packages=find_packages(),
long_description=long_description,
python_requires='>=3.9',
install_requires=[
"pandas",
Expand All @@ -28,4 +30,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
],
)
)

0 comments on commit 7629b21

Please sign in to comment.