Skip to content

Commit 8fcc932

Browse files
author
Roberto Alsina
committedMar 15, 2018
Fix mentions of rst docs in setup.py
1 parent 738a43c commit 8fcc932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ def run(self):
132132
cmdclass={'install': nikola_install},
133133
data_files=[
134134
('share/doc/nikola', [
135-
'docs/manual.txt',
136-
'docs/theming.txt',
137-
'docs/extending.txt']),
135+
'docs/manual.rst',
136+
'docs/theming.rst',
137+
'docs/extending.rst']),
138138
('share/man/man1', ['docs/man/nikola.1.gz']),
139139
],
140140
entry_points={

0 commit comments

Comments
 (0)
Please sign in to comment.