Skip to content

Commit f77931d

Browse files
committed
Remove useless info in pyproject.toml
1 parent 0febfbd commit f77931d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ipinfo"
3-
dynamic = ["version"] # Use this if you want to keep SDK_VERSION in a python file
3+
dynamic = ["version"]
44
description = "Official Python library for IPInfo"
55
readme = "README.md"
66
authors = [
@@ -33,4 +33,4 @@ dev = [
3333
"pytest==8.4.1",
3434
"pytest-asyncio==1.1.0",
3535
"black==22.6.0",
36-
]
36+
]

0 commit comments

Comments
 (0)