mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
6cddea3148
A text-based interface (TUI) to view and interact with Reddit from your terminal. RTV fork. WWW: https://pypi.org/project/ttrv/
12 lines
393 B
Python
12 lines
393 B
Python
--- setup.py.orig 2020-12-08 23:08:30 UTC
|
|
+++ setup.py
|
|
@@ -63,7 +63,7 @@ setuptools.setup(
|
|
'ttrv': ['templates/*', 'themes/*'],
|
|
'ttrv.packages.praw': ['praw.ini']
|
|
},
|
|
- data_files=[("share/man/man1", ["ttrv.1"])],
|
|
+ data_files=[("man/man1", ["ttrv.1"])],
|
|
install_requires=install_requires,
|
|
tests_require=tests_require,
|
|
extras_require=extras_require,
|