diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 12:32:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-11 12:32:26 -0400 |
| commit | f1b4ec01e0c2797580320a4b1fc04c0002e736b1 (patch) | |
| tree | 1316498859824bf855ca7933e1b2867c10a2470c | |
| parent | 42328153d2e438b94544568b9373e674cf4ac3b8 (diff) | |
| download | python-setuptools-git-f1b4ec01e0c2797580320a4b1fc04c0002e736b1.tar.gz | |
Update style in example for PEP-8 as suggested in PR #86.
| -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', |
