-
Notifications
You must be signed in to change notification settings - Fork 10
/
pyproject.toml
33 lines (31 loc) · 1.04 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
[build-system]
requires = ["setuptools >= 40.8", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "Slackify"
version = "1.0.0"
description = "Quickly build modern slack bots"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
keywords = ["slack", "python", "app", "bot", "modern", "integrations", "workflow"]
authors = [
{name = "Nahuel Ambrosini", email = "[email protected]"}
]
maintainers = [
{name = "Nahuel Ambrosini", email = "[email protected]"},
{name = "Gustavo Silva", email = "[email protected]"},
{name = "rdbreak"}
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
]
[project.urls]
homepage = "https://github.com/Ambro17/slackify"
documentation = "https://ambro17.github.io/slackify/"
repository = "https://github.com/Ambro17/slackify"