Skip to content

Commit bfac342

Browse files
committed
for uv tool install compatibility
uv tool install mirror fish_add_path "/home/username/.local/bin" mirrord ModuleNotFoundError: No module named 'pkg_resources'
1 parent e57a980 commit bfac342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def run(self):
198198
# Main setup
199199
setup(
200200
name = "mirror",
201-
version = "0.8.2",
201+
version = "0.8.4",
202202
fullname = "mirror",
203203
description = "Task scheduler for open source mirror site (initially for https://mirror.bjtu.edu.cn)",
204204
author = "Shang Yuanchun, Bob Gao",
@@ -216,6 +216,7 @@ def run(self):
216216
]},
217217
packages = find_packages(exclude=["completion", "docs", "test"]),
218218
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
219+
install_requires = ['setuptools', 'chardet'],
219220
classifiers=[
220221
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
221222
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)