Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Oct 3, 2024
1 parent 26bc955 commit 2dbab84
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"scipy>=1.11.0",
]

LONG_DESCRIPTION = """
Methods for detecting signals related to adverse event
and medical product (e.g., drugs, vaccines) pairs. This includes a data
generation function for simulating pharmacovigilance datasets, along with
various utility functions. For more details, see Liu A., Mukhopadhyay R., and Markatou M.
[arXiv:2410.01168](https://doi.org/10.48550/arXiv.2410.01168).
"""


class get_eigen_include:
"""Helper class to determine the Eigen include path
Expand Down Expand Up @@ -54,12 +62,8 @@ def __str__(self):
author_email=AUTHOR_EMAIL,
url=URL,
description="Modified Detecting Deviating Cells Algorithm in Pharmacovigilance",
long_description="Methods for detecting signals related to adverse event\
and medical product (e.g., drugs, vaccines) pairs. This includes a data\
generation function for simulating pharmacovigilance datasets, along with\
various utility functions. For more details, see Liu A., Mukhopadhyay R., and Markatou M. \
`arXiv:2410.01168 <https://doi.org/10.48550/arXiv.2410.01168>`_.",
long_description_content_type="text/x-rst",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=REQUIRED_PACKAGES,
ext_modules=ext_modules,
Expand Down

0 comments on commit 2dbab84

Please sign in to comment.