Skip to content

Commit

Permalink
hotfix: add long_description and long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Nov 22, 2024
1 parent 29c4cba commit 262b862
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 262b862

Please sign in to comment.