Skip to content

Commit 5e63905

Browse files
Maintain metadata (#999)
1 parent 90467fb commit 5e63905

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "slack_bolt"
7-
dynamic = ["version", "readme", "dependencies"]
7+
dynamic = ["version", "readme", "dependencies", "authors"]
88
description = "The Bolt Framework for Python"
99
license = { text = "MIT" }
10-
authors = [{ name = "Slack Technologies, LLC", email = "[email protected]" }]
1110
classifiers = [
1211
"Programming Language :: Python :: 3.6",
1312
"Programming Language :: Python :: 3.7",
@@ -24,7 +23,7 @@ requires-python = ">=3.6"
2423

2524

2625
[project.urls]
27-
homepage = "https://github.com/slackapi/bolt-python"
26+
Documentation = "https://slack.dev/bolt-python"
2827

2928
[tool.setuptools.packages.find]
3029
include = ["slack_bolt*"]

setup.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
; Legacy package configuration, prefer pyproject.toml over setup.cfg
2+
[metadata]
3+
url=https://github.com/slackapi/bolt-python
4+
author=Slack Technologies, LLC
5+
author_email[email protected]

0 commit comments

Comments
 (0)