Skip to content

Commit cd6d379

Browse files
v1.0.0.beta1
1 parent 1f4f121 commit cd6d379

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "client-python"
3-
version = "0.3.0"
2+
name = "polygon-api-client"
3+
version = "1.0.0.beta1"
44
description = "Official Polygon.io REST and Websocket client."
55
authors = ["polygon.io"]
66
license = "MIT"
@@ -19,6 +19,9 @@ keywords = [
1919
"websocket",
2020
"client"
2121
]
22+
packages = [
23+
{ include = "polygon" }
24+
]
2225

2326
[tool.poetry.dependencies]
2427
python = "^3.7"

0 commit comments

Comments
 (0)