diff options
Diffstat (limited to 'pkg_resources/__init__.py')
| -rw-r--r-- | pkg_resources/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index a0b354ff..ac3807d8 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -2280,7 +2280,7 @@ class EntryPoint(object): pattern = re.compile( r'\s*' - r'(?P<name>[\w. -]+?)\s*' + r'(?P<name>[+\w. -]+?)\s*' r'=\s*' r'(?P<module>[\w.]+)\s*' r'(:\s*(?P<attr>[\w.]+))?\s*' |
