Skip to content

Commit af6b71a

Browse files
committed
rename README.txt to README.rst (so github will display it properly)
1 parent 5fda23b commit af6b71a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include README.txt
1+
include README.rst
22
include LICENSE.txt
33
include Changes.txt
44
include manual.pdf

README.txt README.rst

File renamed without changes.

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
"films using the fresnel equations and transfer matrix "
1212
"method.")
1313

14-
data_files = ['README.txt','LICENSE.txt','Changes.txt','manual.pdf']
14+
data_files = ['README.rst','LICENSE.txt','Changes.txt','manual.pdf']
1515

1616
setup(
1717
name = "tmm",
@@ -25,7 +25,7 @@ def read(fname):
2525
packages=['tmm'],
2626
package_data={'tmm':data_files},
2727
package_dir={'tmm': '.'},
28-
long_description=read('README.txt'),
28+
long_description=read('README.rst'),
2929
install_requires=["numpy", "scipy"],
3030
classifiers=[
3131
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)