Skip to content

Commit

Permalink
ignore VCS for exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwalker committed Jul 20, 2018
1 parent 95ffdfc commit f210376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pundle.py
Expand Up @@ -972,6 +972,8 @@ def entry_points():
d = r.frozen_dist()
if not d:
continue
if isinstance(d, VCSDist):
continue
scripts = d.get_entry_map().get('console_scripts', {})
for name in scripts:
entries[name] = d
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setupconf = dict(
name='pundle',
version='0.9.0-alpha.02',
version='0.9.1',
license='BSD',
url='https://github.com/Deepwalker/pundler/',
author='Deepwalker',
Expand Down

0 comments on commit f210376

Please sign in to comment.