summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Silvester2014-08-02 14:07:44 -0500
committerSteven Silvester2014-08-02 14:07:44 -0500
commitd3f049981494e2785bca879e21e9e55a5fbd97a2 (patch)
tree26b1316d9b332be6b2b8162e78fe27459d5e6c56
parentf4f6e5463ee2555610a5d02ccb42f4d180452ca1 (diff)
downloadscilab_kernel-d3f049981494e2785bca879e21e9e55a5fbd97a2.tar.gz
scilab_kernel-d3f049981494e2785bca879e21e9e55a5fbd97a2.tar.bz2
scilab_kernel-d3f049981494e2785bca879e21e9e55a5fbd97a2.zip
Add history file and add it to the manifest.
-rw-r--r--HISTORY.rst13
-rw-r--r--MANIFEST.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
new file mode 100644
index 0000000..c079a44
--- /dev/null
+++ b/HISTORY.rst
@@ -0,0 +1,13 @@
+.. :changelog:
+
+Release History
+---------------
+
+0.2 (2014-08-xx)
++++++++++++++++++
+- Add history capability
+
+
+0.1 (2014-08-01)
+++++++++++++++++++
+- Initial release: provides completion and calltips.
diff --git a/MANIFEST.in b/MANIFEST.in
index 4bd0a6e..da66723 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
-include README.rst
+include *.rst
graft kernelspec