Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iLampard authored Oct 18, 2023
1 parent d174fc3 commit 955597c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ def parse_require_file(fpath):
version=get_version(),
description='An easy and flexible tool for neural temporal point process',
url = 'https://github.com/ant-research/EasyTemporalPointProcess/',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
long_description = 'Our EasyTPP makes several unique contributions to this area: a unified interface of using existing datasets and adding new datasets; a wide range of evaluation programs that are easy to use and extend as well as facilitate reproducible research; implementations of popular neural TPPs, together with a rich library of modules by composing which one could quickly build complex models. ',
# long_description=open('README.md').read(),
# long_description_content_type='text/markdown',
author='Alipay',
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
include_package_data=True,
Expand Down

0 comments on commit 955597c

Please sign in to comment.