forked from mahtoid/DiscordChatExporterPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (36 loc) · 1.28 KB
/
pyproject.toml
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
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "chat_exporter"
description = "A simple Discord chat exporter for Python Discord bots."
version = "2.6.1"
readme = "README.md"
authors = [
{ name="mahtoid", email="[email protected]" }
]
requires-python = ">=3.6"
license = { text = "GPL-3.0-only" }
classifiers = [
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Typing :: Typed",
]
dependencies = ["aiohttp", "pytz", "grapheme", "emoji"]
keywords = ["chat exporter", "discord chat exporter", "discord", "discordpy", "disnake", "pycord", "nextcord"]
[project.urls]
Homepage = "https://github.com/mahtoid/DiscordChatExporterPy"
Discord = "https://discord.mahto.id/"
Donate = "https://ko-fi.com/mahtoid"