Skip to content
Snippets Groups Projects
Commit d6c7778a authored by Christoph Groth's avatar Christoph Groth
Browse files

get rid of txt file ending

parent c451f672
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -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
......
......@@ -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.
File moved
......@@ -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
......
.. include:: ../../INSTALL.txt
.. include:: ../../INSTALL
.. include:: ../../LICENSE.txt
.. include:: ../../LICENSE
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment