Skip to content

Commit

Permalink
add setup.py for package
Browse files Browse the repository at this point in the history
  • Loading branch information
ad6398 committed Feb 11, 2022
1 parent e19ae34 commit 7eda301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
description="A deep learning library for keyphrase extraction and generation",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
author="Debanjan Mahata",
author_email="debanjanmahata85@gmail.com",
author="Amardeep Kumar || Debanjan Mahata",
author_email="Kumaramardipsingh@gmail.com || debanjanmahata85@gmail.com",
url="https://github.com/midas-research/dlkp",
packages=find_packages(exclude="tests"), # same as name
license="Apache License Version 2.0",
Expand Down

0 comments on commit 7eda301

Please sign in to comment.