Skip to content

Commit 401bb4b

Browse files
authored
Update setup.py
1 parent bc7cee5 commit 401bb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def parse_require_file(fpath):
4949
version=get_version(),
5050
description='An easy and flexible tool for neural temporal point process',
5151
url = 'https://github.com/ant-research/EasyTemporalPointProcess/',
52-
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. ',
52+
# 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. ',
5353
# long_description=open('README.md').read(),
5454
# long_description_content_type='text/markdown',
5555
author='Alipay',

0 commit comments

Comments
 (0)