1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-04-02 04:02:52 +08:00
Files
yyds/docker/bot/setup.py
YYDS bf96ea56a7 1
2022-09-01 20:34:33 +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', ],
)