Skip to content

Commit 7eda301

Browse files
committed
add setup.py for package
1 parent e19ae34 commit 7eda301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
description="A deep learning library for keyphrase extraction and generation",
1010
long_description=open("README.md", encoding="utf-8").read(),
1111
long_description_content_type="text/markdown",
12-
author="Debanjan Mahata",
13-
author_email="[email protected]",
12+
author="Amardeep Kumar || Debanjan Mahata",
13+
1414
url="https://github.com/midas-research/dlkp",
1515
packages=find_packages(exclude="tests"), # same as name
1616
license="Apache License Version 2.0",

0 commit comments

Comments
 (0)