Skip to content

Commit c23015c

Browse files
authored
update pypl description and add classifiers (#24)
1 parent 02c6194 commit c23015c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Polygon Python Client - WebSocket & RESTful APIs
44

5+
Python client for the [Polygon.io API](polygon.io)
6+
57
## Getting Started
68

79
For a basic product overview, check out our [setup and use documentation](https://polygon.io/sockets)

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def get_readme_md_contents():
2929
"License :: OSI Approved :: MIT License",
3030
"Programming Language :: Python :: 3",
3131
"Operating System :: OS Independent",
32+
"Topic :: Office/Business :: Financial :: Investment"
3233
],
3334
install_requires=[
3435
"websocket-client==0.56.0",

0 commit comments

Comments
 (0)