From d6c7778a2bf2f61e6d7ae67ffa25e70120d74feb Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Sat, 17 Nov 2012 14:02:36 +0100
Subject: [PATCH] get rid of txt file ending

---
 INSTALL.txt => INSTALL | 0
 LICENSE.txt => LICENSE | 0
 MANIFEST.in            | 2 +-
 README.txt => README   | 4 ++--
 TODO.txt => TODO       | 0
 doc/source/index.rst   | 4 ++--
 doc/source/install.rst | 2 +-
 doc/source/license.rst | 2 +-
 setup.py               | 2 +-
 9 files changed, 8 insertions(+), 8 deletions(-)
 rename INSTALL.txt => INSTALL (100%)
 rename LICENSE.txt => LICENSE (100%)
 rename README.txt => README (72%)
 rename TODO.txt => TODO (100%)

diff --git a/INSTALL.txt b/INSTALL
similarity index 100%
rename from INSTALL.txt
rename to INSTALL
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/MANIFEST.in b/MANIFEST.in
index 3b9fc284..64fcabc7 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,7 +2,7 @@
 # in addition to the default ones.
 
 include MANIFEST.in
-include INSTALL.txt LICENSE.txt TODO.txt
+include INSTALL LICENSE TODO
 
 # We explicitly include both pyx and c files, so that both are shipped in
 # source tarballs independently of whether "setup.py sdist" is run with
diff --git a/README.txt b/README
similarity index 72%
rename from README.txt
rename to README
index fa69879b..a21412cd 100644
--- a/README.txt
+++ b/README
@@ -5,6 +5,6 @@ suitable for calculations of Landauer transport (conductance, noise),
 dispersion relations, modes, wavefunctions, various Green functions, local
 density of states.
 
-See the file INSTALL.txt for installation instructions and LICENSE.txt for
-legal information.  Complete reference documentation and a tutorial are also
+See the file INSTALL for installation instructions and LICENSE for legal
+information.  Complete reference documentation and a tutorial are also
 available.
diff --git a/TODO.txt b/TODO
similarity index 100%
rename from TODO.txt
rename to TODO
diff --git a/doc/source/index.rst b/doc/source/index.rst
index bda40fa1..b22d04a6 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2,8 +2,8 @@
 kwant documentation
 ===================
 
-.. include:: ../../README.txt
-   :end-before: See the file INSTALL.txt
+.. include:: ../../README
+   :end-before: See the file INSTALL
 
 .. toctree::
    :maxdepth: 1
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 442a6adf..fb170ba3 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -1 +1 @@
-.. include:: ../../INSTALL.txt
+.. include:: ../../INSTALL
diff --git a/doc/source/license.rst b/doc/source/license.rst
index 96399e5b..bced5558 100644
--- a/doc/source/license.rst
+++ b/doc/source/license.rst
@@ -1 +1 @@
-.. include:: ../../LICENSE.txt
+.. include:: ../../LICENSE
diff --git a/setup.py b/setup.py
index 6bce54cb..ef029c03 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ class kwant_build_ext(build_ext):
             print >>sys.stderr, \
 """{0}
 The compilation of kwant has failed.  Please examine the error message
-above and consult the installation instructions in README.txt.
+above and consult the installation instructions in README.
 You might have to customize {1}.
 {0}
 Build configuration was:
-- 
GitLab