Skip to content

Commit

Permalink
Remove crutch from pex.testing that was pasting over Packager bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickman committed Apr 24, 2015
1 parent 9bb09bf commit f1310db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pex/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ def write_zipfile(directory, dest, reverse=False):
package_data={'my_package': ['package_data/*.dat']},
)
'''),
'MANIFEST.in': dedent('''
include setup.py
'''),
'scripts/hello_world': '#!/usr/bin/env python\nprint("hello world!")\n',
'scripts/shell_script': '#!/usr/bin/env bash\necho hello world\n',
'my_package/__init__.py': 0,
Expand Down

0 comments on commit f1310db

Please sign in to comment.