@@ -34,14 +34,14 @@ def get_version(rel_path):
3434setup (
3535 name = "packet-python" ,
3636 version = get_version ("packet/__init__.py" ),
37- description = "Packet API client" ,
37+ description = "Equinix Metal ( Packet) API client" ,
3838 long_description = long_description ,
3939 long_description_content_type = "text/markdown" ,
4040 url = "https://github.com/packethost/packet-python" ,
4141 author = "Equinix Metal Developers" ,
42424343 license = "LGPL v3" ,
44- keywords = "packet api client" ,
44+ keywords = "equinix metal packet api client infrastructure " ,
4545 packages = ["packet" ],
4646 install_requires = "requests" ,
4747 setup_requires = ["pytest-runner" ],
@@ -50,6 +50,7 @@ def get_version(rel_path):
5050 "Development Status :: 5 - Production/Stable" ,
5151 "Intended Audience :: Developers" ,
5252 "Intended Audience :: Information Technology" ,
53+ "Topic :: Software Development :: Libraries" ,
5354 "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
5455 "Programming Language :: Python :: 2" ,
5556 "Programming Language :: Python :: 2.7" ,
@@ -58,5 +59,7 @@ def get_version(rel_path):
5859 "Programming Language :: Python :: 3.5" ,
5960 "Programming Language :: Python :: 3.6" ,
6061 "Programming Language :: Python :: 3.7" ,
62+ "Programming Language :: Python :: 3.8" ,
63+ "Programming Language :: Python :: 3.9" ,
6164 ],
6265)
0 commit comments