el-get/recipes/rope.rcp

9 lines
281 B
Plaintext

(:name rope
:description "A python refactoring library"
:post-init
;; Add to PYTHONPATH directly as it is used in ropemacs and traad
(el-get-envpath-prepend "PYTHONPATH" default-directory)
:type github
:pkgname "python-rope/rope"
)