Skip to content

Commit 3d5d897

Browse files
authored
Merge pull request #16 from PlayerData/remove-private-classifier
fix: remove private classifier
2 parents 3bc926a + e539489 commit 3d5d897

2 files changed

Lines changed: 106 additions & 108 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name = "playerdatapy"
33
version = "0.1.0"
44
description = "Python client for the PlayerData GraphQL API"
55
authors = [{ name = "PlayerData Engineering", email = "dev@playerdata.com" }]
6-
classifiers = ["Private :: Do Not Upload"]
76
readme = "README.md"
87
requires-python = ">=3.10,<3.14"
98
dependencies = [
109
"graphql-core>=3.2.0",
1110
"httpx>=0.24.0",
12-
"ipykernel>=7.1.0",
1311
"oauthlib>=3.2.0",
1412
"polars>=1.37.1",
1513
"pydantic>=2.0.0",
@@ -22,6 +20,7 @@ dev = [
2220
"ruff>=0.14.14",
2321
"pytest>=8.4.2",
2422
"pytest-asyncio>=0.24.0",
23+
"ipykernel>=7.1.0",
2524
]
2625

2726
[build-system]

0 commit comments

Comments
 (0)