Skip to content

Commit 0d53e2a

Browse files
authored
Create pyproject.toml
1 parent 0ba4068 commit 0d53e2a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "ip2geoapi"
7+
version = "1.0.0"
8+
description = "Official Python SDK for the Ip2Geo API"
9+
readme = "README.md"
10+
license = { text = "MIT" }
11+
authors = [
12+
{ name = "Vijay Prajapati" }
13+
]
14+
requires-python = ">=3.8"
15+
dependencies = [
16+
"requests>=2.25"
17+
]
18+
19+
[project.urls]
20+
Homepage = "https://ip2geoapi.com"
21+
Documentation = "https://ip2geoapi.com/docs"
22+
Source = "https://github.com/vijaykrpp/ip2geo-python"

0 commit comments

Comments
 (0)