mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
Include missing files for Jedi.el
requirements.txt is used to specify version of Python packages. Makefile can be used for setting up Python requirements.
This commit is contained in:
parent
690eb7ba19
commit
e35434be82
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
(jedi :fetcher github
|
||||
:repo "tkf/emacs-jedi"
|
||||
:files ("jedi*"))
|
||||
:files ("jedi*" "Makefile" "requirements.txt"))
|
||||
|
|
Loading…
Reference in a new issue