You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name = 'veracode_api_py',
packages = ['veracode_api_py'],
version = '0.9.67',
license='MIT',
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.',