Skip to content

Commit

Permalink
for uv tool install compatibility
Browse files Browse the repository at this point in the history
uv tool install mirror

fish_add_path "/home/username/.local/bin"

mirrord

ModuleNotFoundError: No module named 'pkg_resources'
  • Loading branch information
ideal committed Aug 22, 2024
1 parent e57a980 commit bfac342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def run(self):
# Main setup
setup(
name = "mirror",
version = "0.8.2",
version = "0.8.4",
fullname = "mirror",
description = "Task scheduler for open source mirror site (initially for https://mirror.bjtu.edu.cn)",
author = "Shang Yuanchun, Bob Gao",
Expand All @@ -216,6 +216,7 @@ def run(self):
]},
packages = find_packages(exclude=["completion", "docs", "test"]),
python_requires = '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
install_requires = ['setuptools', 'chardet'],
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
Expand Down

0 comments on commit bfac342

Please sign in to comment.