Skip to content

Commit f2bdaa1

Browse files
committed
chore: rename pypi
1 parent 0e0e958 commit f2bdaa1

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
@@ -9,7 +9,8 @@
99
# This enables setuptools to install wheel on-the-fly
1010
SETUP_REQUIRES += ['wheel'] if 'bdist_wheel' in sys.argv else []
1111

12+
1213
if __name__ == '__main__':
13-
setup(name='git_remote_rclone',
14+
setup(name='git_remote_rclone_reds',
1415
setup_requires=SETUP_REQUIRES,
1516
)

0 commit comments

Comments
 (0)