fix setup bug and provide rdkit example

This commit is contained in:
David Koes
2016-05-10 13:03:01 -04:00
parent a363c26797
commit d952186b3f
3 changed files with 106 additions and 2 deletions

View File

@@ -62,4 +62,6 @@ class view(object):
cmd = cmd.rstrip(',')
cmd += ');\n';
self.startjs += cmd
return self
return makejs

102
py3Dmol/rdkit.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.1',
version='0.5.2',
description='An IPython interface for embedding 3Dmol.js views',
long_description=long_description,
@@ -68,7 +68,7 @@ setup(
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=find_packages(exclude=['py3Dmol']),
packages=find_packages(),
# Alternatively, if you want to distribute just a my_module.py, uncomment
# this: