mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-15 20:18:24 +00:00
14 lines
258 B
Python
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', ],
|
|
)
|