Moved config file to /Users/kemi01/.config/torrentSearch.

This commit is contained in:
2021-07-04 15:23:44 +02:00
parent ef4789b246
commit 06e00938d5
2 changed files with 21 additions and 9 deletions

View File

@@ -9,6 +9,9 @@ setup(
name='torrentSearch',
version=torrentSearch.__version__,
packages=find_packages(),
package_data={
'torrentSearch': ['default_config.ini'],
},
author='KevinMidboe',
description='Search For Torrents',
long_description="README on github : https://github.com/KevinMidboe/torrent_search",