Added --copy-mailcap command
This commit is contained in:
2
setup.py
2
setup.py
@@ -21,7 +21,7 @@ setuptools.setup(
|
||||
license='MIT',
|
||||
keywords='reddit terminal praw curses',
|
||||
packages=['rtv'],
|
||||
package_data={'rtv': ['templates/*', 'rtv.cfg']},
|
||||
package_data={'rtv': ['templates/*']},
|
||||
data_files=[("share/man/man1", ["rtv.1"])],
|
||||
extras_require={
|
||||
':python_version=="2.6" or python_version=="2.7"': ['futures']},
|
||||
|
||||
Reference in New Issue
Block a user