star_yuuki_bot/setup.py
2021-12-07 07:26:38 +00:00

22 lines
650 B
Python

# -*- coding: utf-8 -*-
"""
Yuuki_Libs
(c) 2020 Star Inc.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
from setuptools import setup
setup(
name='star_yuuki_bot',
version='8.0',
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.',
author_email='"Star Inc." <star_inc@aol.com>',
description='The perfectest LINE Group Protective BOT'
)