Skip to content

Commit 067808d

Browse files
authored
Merge pull request #33 from pfnet-research/hotfix/metadata
hotfix: add long_description and long_description_content_type
2 parents 7b57143 + 262b862 commit 067808d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
name="torch-dftd",
2525
version=__version__, # NOQA
2626
description="pytorch implementation of dftd2 & dftd3",
27+
long_description="pytorch implementation of dftd2 & dftd3",
28+
long_description_content_type="text/plain",
2729
packages=find_packages(),
2830
setup_requires=setup_requires,
2931
install_requires=install_requires,

0 commit comments

Comments
 (0)