[console_scripts]
edgy-project = edgy.project.__main__:main

[edgy.project.feature]
flake8 = edgy.project.feature.flake8:Flake8Feature
git = edgy.project.feature.git:GitFeature
make = edgy.project.feature.make:MakeFeature
nosetests = edgy.project.feature.nosetests:NosetestsFeature
pylint = edgy.project.feature.pylint:PylintFeature
pytest = edgy.project.feature.pytest:PytestFeature
python = edgy.project.feature.python:PythonFeature
sphinx = edgy.project.feature.sphinx:SphinxFeature
tornado = edgy.project.feature.tornado:TornadoFeature
yapf = edgy.project.feature.yapf:YapfFeature

