-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (25 loc) · 807 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[metadata]
name = antaresbot
description = Bot Framework by Antares
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Antares0982/antares-bot
author = Antares0982
license_files = LICENSE
platforms = any
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
download_url = https://github.com/Antares0982/antares-bot
project_urls =
Source=https://github.com/Antares0982/antares-bot
[options]
python_requires = >=3.10
setup_requires =
setuptools-scm