yuuki/setup.py
2023-03-04 12:00:46 +08:00

21 lines
605 B
Python

# -*- coding: utf-8 -*-
"""
Yuuki_Libs
(c) Neptune Studio.
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='Neptune Studio',
description='The perfectest LINE Group Protective BOT'
)