[setuptools.installation]
eggsecutable = hello.hello:actions

[console_scripts]
hello = hello.hello:hellotest

[hello]
test_class = hello.hello:test
admin_actions = hello.hello:actions

