From d59771c0d21e29d3075b88fb4fbe0db51e42836b Mon Sep 17 00:00:00 2001 From: jbonzo <8647805+jbonzo@users.noreply.github.com> Date: Wed, 10 Jun 2020 15:36:20 -0400 Subject: [PATCH] update pypl description and add classifiers --- README.md | 2 ++ setup.py | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e93714c..5b88de1a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Polygon Python Client - WebSocket & RESTful APIs +Python client for the [Polygon.io API](polygon.io) + ## Getting Started For a basic product overview, check out our [setup and use documentation](https://polygon.io/sockets) diff --git a/setup.py b/setup.py index 740c4453..e66f525b 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ def get_readme_md_contents(): "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Operating System :: OS Independent", + "Topic :: Office/Business :: Financial :: Investment" ], install_requires=[ "websocket-client==0.56.0",