Skip to content

Commit

Permalink
fix download badge and add Python badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Sep 3, 2023
1 parent 7dbeaad commit 45a27f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ IAM Least Privilege Policy Generator.
[![Documentation Status](https://readthedocs.org/projects/policy-sentry/badge/?version=latest)](https://policy-sentry.readthedocs.io/en/latest/?badge=latest)
[![Join the chat at https://gitter.im/salesforce/policy_sentry](https://badges.gitter.im/salesforce/policy_sentry.svg)](https://gitter.im/salesforce/policy_sentry?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/kmcquade3.svg?style=social&label=Follow%20the%20author)](https://twitter.com/kmcquade3)
[![Downloads](https://pepy.tech/badge/policy-sentry)](https://pepy.tech/project/policy-sentry)
[![PyPI](https://img.shields.io/pypi/v/policy-sentry)](https://pypi.org/project/policy-sentry)
[![Python Version](https://img.shields.io/pypi/pyversions/policy-sentry)](#)
[![Downloads](https://static.pepy.tech/badge/policy-sentry)](https://pepy.tech/project/policy-sentry)

![](https://raw.githubusercontent.com/salesforce/policy_sentry/master/examples/asciinema/policy_sentry.gif)

Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ def get_description():
install_requires=REQUIRED_PACKAGES,
project_urls=PROJECT_URLS,
classifiers=[
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 45a27f4

Please sign in to comment.