diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 09:40:21 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 09:40:21 -0500 |
| commit | 4d4dbd3c5c69f63418ca2f22e9d6a3b8185b2e00 (patch) | |
| tree | 01f6619f3630594bb677a10e4406fd822e9f6c26 /docs/setuptools.txt | |
| parent | c5fa038292a9c7d6fe529c4d8001cec0d3bac9cf (diff) | |
| parent | 2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3 (diff) | |
| download | python-setuptools-git-4d4dbd3c5c69f63418ca2f22e9d6a3b8185b2e00.tar.gz | |
Merge with master
--HG--
branch : feature/issue-229
Diffstat (limited to 'docs/setuptools.txt')
| -rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index c3844cf2..a34ec304 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -473,7 +473,7 @@ script called ``baz``, you might do something like this:: setup( # other arguments here... - entry_points = { + entry_points={ 'console_scripts': [ 'foo = my_package.some_module:main_func', 'bar = other_module:some_func', |
