Commit b2da3199 authored by Richard Xue's avatar Richard Xue Committed by Gao, Xiang
Browse files

enable discription in pypi page (#285)

https://pypi.org/project/torchani/
parent f489b091
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys import sys
with open("README.md", "r") as fh:
long_description = fh.read()
setup_attrs = { setup_attrs = {
'name': 'torchani', 'name': 'torchani',
'description': 'PyTorch implementation of ANI', 'description': 'PyTorch implementation of ANI',
'long_description': long_description,
'long_description_content_type': "text/markdown",
'url': 'https://github.com/zasdfgbnm/torchani', 'url': 'https://github.com/zasdfgbnm/torchani',
'author': 'Xiang Gao', 'author': 'Xiang Gao',
'author_email': 'qasdfgtyuiop@ufl.edu', 'author_email': 'qasdfgtyuiop@ufl.edu',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment