1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-12 13:21:17 +08:00
This commit is contained in:
YYDS
2022-09-01 20:34:33 +08:00
commit bf96ea56a7
271 changed files with 114678 additions and 0 deletions

13
docker/bot/setup.py Normal file
View File

@@ -0,0 +1,13 @@
# -*- 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', ],
)