Skip to content

Commit

Permalink
Fix mentions of rst docs in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Mar 15, 2018
1 parent 738a43c commit 8fcc932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -132,9 +132,9 @@ def run(self):
cmdclass={'install': nikola_install},
data_files=[
('share/doc/nikola', [
'docs/manual.txt',
'docs/theming.txt',
'docs/extending.txt']),
'docs/manual.rst',
'docs/theming.rst',
'docs/extending.rst']),
('share/man/man1', ['docs/man/nikola.1.gz']),
],
entry_points={
Expand Down

0 comments on commit 8fcc932

Please sign in to comment.