summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst (renamed from CHANGES.txt)4
-rw-r--r--LICENSE.rst (renamed from LICENSE.txt)0
-rw-r--r--MANIFEST.in6
-rw-r--r--README.rst (renamed from README.md)0
-rw-r--r--doc/source/changelog.rst2
-rw-r--r--doc/source/license.rst2
6 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.rst
index 9448579..16f0056 100644
--- a/CHANGES.txt
+++ b/CHANGES.rst
@@ -1,5 +1,5 @@
-Revision 0.1.10, released XX-XX-2017
+Revision 0.1.10, released 05-02-2017
------------------------------------
- POTENTIAL SECURITY ISSUE: fix to BER decoder improperly
@@ -17,7 +17,7 @@ Revision 0.1.10, released XX-XX-2017
This should improve code readability.
- NoValue class improved to become a singleton and catch more kinds
of access to it.
-- Compat wrappers str2octs() and oct2strs() fixed to run over
+- Compatibility wrappers str2octs() and oct2strs() fixed to run over
iso-8859-1 encoding.
- Copyright notice added to non-trivial source code files.
- Integer changed to emit Real instance if division produces a float.
diff --git a/LICENSE.txt b/LICENSE.rst
index 02b45c4..02b45c4 100644
--- a/LICENSE.txt
+++ b/LICENSE.rst
diff --git a/MANIFEST.in b/MANIFEST.in
index 53ddd63..3ebf9c1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
-include *.txt *.md
+include *.rst
recursive-include test *.py
-recursive-include doc *.html
+recursive-include doc Makefile *.rst
+prune doc/build
+prune doc/source/.templates \ No newline at end of file
diff --git a/README.md b/README.rst
index b59b61c..b59b61c 100644
--- a/README.md
+++ b/README.rst
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index b67b1a6..095fc83 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -2,5 +2,5 @@
Changelog
=========
-.. include:: ../../CHANGES.txt
+.. include:: ../../CHANGES.rst
diff --git a/doc/source/license.rst b/doc/source/license.rst
index 600d8c3..643baf1 100644
--- a/doc/source/license.rst
+++ b/doc/source/license.rst
@@ -3,4 +3,4 @@
License
=======
-.. include:: ../../LICENSE.txt
+.. include:: ../../LICENSE.rst