We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba4068 commit 0d53e2aCopy full SHA for 0d53e2a
pyproject.toml
@@ -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