el-get/recipes/elpy.rcp
2013-05-05 22:10:30 +02:00

10 lines
421 B
Plaintext

(:name elpy
:website "https://github.com/jorgenschaefer/elpy"
:description "Emacs Python Development Environment"
:type github
:pkgname "jorgenschaefer/elpy"
:post-init (el-get-envpath-prepend "PYTHONPATH" default-directory)
:depends (auto-complete yasnippet virtualenv
highlight-indentation find-file-in-project
idomenu iedit nose jedi rope ))