el-get/recipes/elpy.rcp
2014-05-27 13:13:49 +08:00

10 lines
441 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 (company-mode yasnippet highlight-indentation
find-file-in-project idomenu iedit
nose jedi rope pyvenv))