Skip to content

Commit 309909f

Browse files
committed
Change the order of the fields acc to SDK & Client
1 parent 0b3c734 commit 309909f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pyproject.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[project]
2+
name = "apify_shared"
3+
version = "1.1.0"
4+
description = "Tools and constants shared across Apify projects."
5+
readme = "README.md"
6+
license = { text = "Apache Software License" }
27
authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]" }]
8+
keywords = ["apify", "api", "shared", "scraping", "automation"]
9+
310
classifiers = [
411
"Development Status :: 5 - Production/Stable",
512
"Intended Audience :: Developers",
@@ -12,14 +19,9 @@ classifiers = [
1219
"Programming Language :: Python :: 3.12",
1320
"Topic :: Software Development :: Libraries",
1421
]
15-
dependencies = []
16-
description = "Tools and constants shared across Apify projects."
17-
keywords = ["apify", "api", "shared", "scraping", "automation"]
18-
license = { text = "Apache Software License" }
19-
name = "apify_shared"
20-
readme = "README.md"
22+
2123
requires-python = ">=3.8"
22-
version = "1.1.0"
24+
dependencies = []
2325

2426
[project.optional-dependencies]
2527
dev = [

0 commit comments

Comments
 (0)