diff --git a/setup.cfg b/setup.cfg index 57e3d0ab..2f85e4d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,14 @@ author_email = argoverse-api@argo.ai description_file = README.md license = MIT name = av2 -url = https://www.argoverse.org +url = https://github.com/argoai/av2-api version = attr: av2.__version__ +long_description = file: README.md +long_description_content_type = text/markdown +classifiers = + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [options] zip_safe = False