Skip to content

Commit

Permalink
Merge pull request #530 from mgorny/dupe-entry-points
Browse files Browse the repository at this point in the history
Remove scripts that are duplicate to entry points in setup.py
  • Loading branch information
ccordoba12 committed May 30, 2022
2 parents 3191df2 + 8179ac8 commit e138588
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions scripts/jupyter-qtconsole

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# get on with it
#-----------------------------------------------------------------------------

from glob import glob
import io
import os

Expand Down Expand Up @@ -53,7 +52,6 @@
setup_args = dict(
name = name,
version = version_ns['__version__'],
scripts = glob(pjoin('scripts', '*')),
packages = packages,
package_data = package_data,
description = "Jupyter Qt console",
Expand Down

0 comments on commit e138588

Please sign in to comment.