Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 22, 2024
1 parent e8d3a47 commit b09f109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ def has_npm(self):
return False

def should_run_npm_install(self):
package_json = os.path.join(node_root, 'package.json')
node_modules_exists = os.path.exists(self.node_modules)
pass
return rebuild_nglview_js

def run(self):
Expand Down Expand Up @@ -153,7 +152,8 @@ def pre_dist():
"use_scm_version": True,
"setup_requires": ['setuptools_scm'],
'description': 'IPython widget to interactively view molecular structures and trajectories.',
'include_package_data': True,
'description_file': 'README.md',
'description': 'IPython widget to interactively view molecular structures and trajectories.',
'license': "MIT",
'package_data': {
"nglview.datafiles": ["*"],
Expand Down

0 comments on commit b09f109

Please sign in to comment.