-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 866 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 866 Bytes
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
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "seoscoreapi"
version = "1.2.0"
description = "Python client for SEO Score API — audit any URL for SEO issues with one function call"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
authors = [{name = "SEO Score API", email = "info@seoscoreapi.com"}]
keywords = ["seo", "audit", "api", "seo-score", "website-audit", "seo-checker"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = ["requests>=2.20"]
[project.urls]
Homepage = "https://seoscoreapi.com"
Documentation = "https://seoscoreapi.com/docs"
Repository = "https://github.com/avansledright/seoscoreapi.com"