Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
b2da3199
Commit
b2da3199
authored
Aug 09, 2019
by
Richard Xue
Committed by
Gao, Xiang
Aug 09, 2019
Browse files
enable discription in pypi page (#285)
https://pypi.org/project/torchani/
parent
f489b091
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
setup.py
setup.py
+5
-0
No files found.
setup.py
View file @
b2da3199
from
setuptools
import
setup
,
find_packages
import
sys
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
setup_attrs
=
{
'name'
:
'torchani'
,
'description'
:
'PyTorch implementation of ANI'
,
'long_description'
:
long_description
,
'long_description_content_type'
:
"text/markdown"
,
'url'
:
'https://github.com/zasdfgbnm/torchani'
,
'author'
:
'Xiang Gao'
,
'author_email'
:
'qasdfgtyuiop@ufl.edu'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment