We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b187392 commit 071feb9Copy full SHA for 071feb9
1 file changed
setup.py
@@ -6,11 +6,11 @@
6
long_description = f.read()
7
8
setup(
9
- name="rclone-python-asset",
+ name="rclone-python",
10
version=VERSION,
11
description="A python wrapper for rclone.",
12
author="Johannes Gundlach",
13
- url="https://github.com/ligeng8848/rclone_python",
+ url="https://github.com/Johannes11833/rclone_python",
14
install_requires=["rich"],
15
packages=["rclone_python"],
16
long_description=long_description,
0 commit comments