1
0
mirror of https://github.com/KingRan/KR.git synced 2026-03-14 16:02:49 +08:00
Files
KR/docker/bot/setup.py
KingRan b8bd9f4477 更新
2023-07-27 22:55:55 +08:00

14 lines
258 B
Python

# -*- coding: utf-8 -*-
# @Author : iouAkira(lof)
# @mail : e.akimoto.akira@gmail.com
# @CreateTime: 2020-11-02
# @UpdateTime: 2021-03-21
from setuptools import setup
setup(
name='jd-scripts-bot',
version='0.2',
scripts=['jd_bot', ],
)