We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaebeb commit 949352dCopy full SHA for 949352d
pyproject.toml
@@ -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