Skip to content

Commit

Permalink
Fix: pychimera.platforms was not added to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jun 2, 2017
1 parent 0f33922 commit 4732253
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import os
import sys
import versioneer
from textwrap import dedent

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
Expand All @@ -27,7 +26,7 @@ def read(fname):
author_email='[email protected]',
description='Use UCSF Chimera Python API in a standard Python 2.7 interpreter.',
long_description=read('README.rst'),
packages=['pychimera'],
packages=['pychimera', 'pychimera.platforms'],
platforms='any',
classifiers=[
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 4732253

Please sign in to comment.