Skip to content

Commit

Permalink
Merge pull request #33 from pfnet-research/hotfix/metadata
Browse files Browse the repository at this point in the history
hotfix: add long_description and long_description_content_type
  • Loading branch information
himkt authored Nov 22, 2024
2 parents 7b57143 + 262b862 commit 067808d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
name="torch-dftd",
version=__version__, # NOQA
description="pytorch implementation of dftd2 & dftd3",
long_description="pytorch implementation of dftd2 & dftd3",
long_description_content_type="text/plain",
packages=find_packages(),
setup_requires=setup_requires,
install_requires=install_requires,
Expand Down

0 comments on commit 067808d

Please sign in to comment.