Fix the doc path
“html” and “source” were inverted
This commit is contained in:
parent
14b58c528e
commit
ca21aa7bb0
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -99,8 +99,8 @@ setup(name="poezio",
|
|||
entry_points={'console_scripts': ['poezio = poezio:main']},
|
||||
data_files=([('share/man/man1/', ['data/poezio.1']),
|
||||
('share/poezio/', ['README.rst', 'COPYING', 'CHANGELOG'])]
|
||||
+ find_doc('share/doc/poezio/html', 'source')
|
||||
+ find_doc('share/doc/poezio/source', 'build/html')),
|
||||
+ find_doc('share/doc/poezio/source', 'source')
|
||||
+ find_doc('share/doc/poezio/html', 'build/html')),
|
||||
install_requires=['slixmpp', 'aiodns'],
|
||||
extras_require={'OTR plugin': 'python-potr>=1.0',
|
||||
'Screen autoaway plugin': 'pyinotify==0.9.4'})
|
||||
|
|
Loading…
Reference in a new issue