Allow spaces in system hooks. Closes #95.

This commit is contained in:
Anthony Sottile 2014-05-18 14:20:11 -07:00
parent 53e316ade4
commit 61606cfaa4
5 changed files with 28 additions and 12 deletions

View file

@ -1,11 +0,0 @@
from setuptools import find_packages
from setuptools import setup
setup(
name='prints_cwd',
version='0.0.0',
packages=find_packages('.'),
entry_points={
'console_scripts': ['prints_cwd = prints_cwd.main:func'],
},
)

View file

@ -0,0 +1,4 @@
- id: system-hook-with-spaces
name: System hook with spaces
entry: /usr/bin/python -c 'import sys; print("Hello World")'
language: system