This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Trundle, berker.peksag, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip
Date 2013-02-27.06:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361946981.4.0.808666200388.issue12915@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you provide a couple of examples of that notation?

entry_points = """
[console_scripts]
pybabel = babel.messages.frontend:main

[distutils.commands]
compile_catalog = babel.messages.frontend:compile_catalog
extract_messages = babel.messages.frontend:extract_messages
init_catalog = babel.messages.frontend:init_catalog
update_catalog = babel.messages.frontend:update_catalog

[distutils.setup_keywords]
message_extractors = babel.messages.frontend:check_message_extractors

[babel.checkers]
num_plurals = babel.messages.checkers:num_plurals
python_format = babel.messages.checkers:python_format

[babel.extractors]
ignore = babel.messages.extract:extract_nothing
python = babel.messages.extract:extract_python
javascript = babel.messages.extract:extract_javascript
"""

Source:

http://babel.edgewall.org/browser/trunk/setup.py#L38
History
Date User Action Args
2013-02-27 06:36:21vinay.sajipsetrecipients: + vinay.sajip, terry.reedy, ncoghlan, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag
2013-02-27 06:36:21vinay.sajipsetmessageid: <1361946981.4.0.808666200388.issue12915@psf.upfronthosting.co.za>
2013-02-27 06:36:21vinay.sajiplinkissue12915 messages
2013-02-27 06:36:21vinay.sajipcreate