mirror of
https://github.com/star-inc/star_yuuki_bot.git
synced 2025-09-07 13:35:22 +08:00
init v8
This commit is contained in:
parent
b536853eb1
commit
e5db1501d1
20 changed files with 13 additions and 6 deletions
15
README.md
15
README.md
|
@ -1,9 +1,16 @@
|
|||
# Star Yuuki(pYthon) BOT - Yuuki
|
||||
|
||||
    
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/?branch=master) [](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/build-status/master) [](https://scrutinizer-ci.com/code-intelligence)
|
||||
[](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/alerts/) [](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/context:python)
|
||||
[](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/star-inc/star_yuuki_bot/build-status/master)
|
||||
[](https://scrutinizer-ci.com/code-intelligence)
|
||||
[](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/alerts/)
|
||||
[](https://lgtm.com/projects/g/star-inc/star_yuuki_bot/context:python)
|
||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fstar-inc%2Fstar_yuuki_bot?ref=badge_shield)
|
||||
|
||||
The perfectest LINE Group Protective BOT.
|
||||
|
@ -16,7 +23,7 @@ Since 2018, it turns to be an opensource software.
|
|||
|
||||
## Introduction
|
||||
|
||||
Version `v6.6` is not ready.
|
||||
Version `v8` is not ready.
|
||||
|
||||
## Logo Copyright
|
||||
|
||||
|
|
2
main.py
2
main.py
|
@ -6,7 +6,7 @@
|
|||
This is a main program in SYB.
|
||||
It`s belong to Star Yuuki(pYthon) Bot Project of Star Neptune Bot
|
||||
|
||||
Version: v6.6.0
|
||||
Version: v8.0
|
||||
|
||||
Copyright(c) 2021 Star Inc. All Rights Reserved.
|
||||
The software licensed under Mozilla Public License Version 2.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ from setuptools import setup
|
|||
setup(
|
||||
name='star_yuuki_bot',
|
||||
version='8.0',
|
||||
packages=['system', 'system.i18n', 'system.model', 'system.model.group', 'system.webadmin', 'system.controller'],
|
||||
packages=['src', 'src.i18n', 'src.model', 'src.model.group', 'src.webadmin', 'src.controller'],
|
||||
url='https://line.starinc.xyz/star-yuuki-bot/',
|
||||
license='MPL-2.0',
|
||||
author='Star Inc.',
|
||||
|
|
Loading…
Add table
Reference in a new issue