Skip to content

Commit 949352d

Browse files
committed
build: add pyproject.toml
1 parent ffaebeb commit 949352d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[build-system]
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
4+
5+
[project]
6+
name = "fastly"
7+
version = "1.0.0"
8+
authors = [{ name = "Fastly", email = "[email protected]" }]
9+
description = "A Python Fastly API client library"
10+
readme = "README.md"
11+
requires-python = ">=3.6"
12+
classifiers = [
13+
"Programming Language :: Python :: 3",
14+
"License :: OSI Approved :: MIT License",
15+
"Operating System :: OS Independent",
16+
]
17+
18+
[project.urls]
19+
"Homepage" = "https://github.com/fastly/fastly-py"
20+
"Bug Tracker" = "https://github.com/fastly/fastly-py/issues"

0 commit comments

Comments
 (0)