mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-08 18:41:38 -05:00

Using alabaster for the documentation theme. Building documentation now relies on having cask present, which does a better job of tracking dependencies than the old way.
6 lines
127 B
EmacsLisp
6 lines
127 B
EmacsLisp
(define-package "ein"
|
|
"0.12.1"
|
|
"Emacs IPython Notebook"
|
|
'((websocket "1.5")
|
|
(request "0.2")
|
|
(cl-generic "0.2")))
|