Skip to content

Commit 262b862

Browse files
committed
hotfix: add long_description and long_description_content_type
1 parent 29c4cba commit 262b862

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)