19 lines
650 B
Diff
19 lines
650 B
Diff
|
# Nils Freydank <holgersson@posteo.de> (2021-10-06)
|
||
|
|
||
|
Respect the gentoo paths for documentation - i.e. manual
|
||
|
installation of the documents.
|
||
|
|
||
|
--- a/setup.py 2021-10-06 20:25.00.000000000 +0200
|
||
|
+++ b/setup.py 2021-10-06 20:25:00.000000001 +0200
|
||
|
@@ -24,8 +24,7 @@
|
||
|
'console_scripts': ['urlscan=urlscan.__main__:main']
|
||
|
},
|
||
|
package_data={'urlscan': ['assets/*']},
|
||
|
- data_files=[('share/doc/urlscan', ['README.md', 'COPYING']),
|
||
|
- ('share/man/man1', ['urlscan.1'])],
|
||
|
+ data_files=[('share/man/man1', ['urlscan.1'])],
|
||
|
license="GPLv2",
|
||
|
install_requires=["urwid>=1.2.1"],
|
||
|
classifiers=[
|
||
|
|