summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-09-28 18:44:48 -0700
committerThomas Kluyver <takowl@gmail.com>2014-09-28 18:44:48 -0700
commit182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f (patch)
tree22e0bc9ad6bae25785bfc581fcfbf978581b6fae /README.rst
downloadxstatic-termjs-182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f.tar.gz
Initial commit
term.js version 0.0.4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..abf18ca
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,16 @@
+XStatic-termjs
+--------------
+
+term.js javascript library packaged for setuptools (easy_install) / pip.
+
+* term.js project: `Github chjj/term.js <https://github.com/chjj/term.js>`_
+* XStatic package: `Github takluyver/XStatic-termjs <https://github.com/takluyver/XStatic-termjs>`_
+
+This package is intended to be used by **any** project that needs these files.
+
+It intentionally does **not** provide any extra code except some metadata
+**nor** has any extra requirements. You MAY use some minimal support code from
+the XStatic base package, if you like.
+
+You can find more info about the xstatic packaging way in the package `XStatic`.
+