Skip to content

Commit 299cc52

Browse files
committed
GH-12: Add Django version classifiers
1 parent cc5ebde commit 299cc52

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Django app for forbidding access to some countries.
44

55
[![PyPI](https://img.shields.io/pypi/v/django-forbid.svg)](https://pypi.org/project/django-forbid/)
6-
[![Django](https://img.shields.io/badge/django-%3E%3D2.1-blue.svg)](https://pypi.org/project/django-forbid/)
7-
[![Python](https://img.shields.io/pypi/pyversions/django-forbid.svg)](https://pypi.org/project/django-forbid/)
6+
[![Python](https://img.shields.io/pypi/pyversions/django-forbid.svg?logoColor=white)](https://pypi.org/project/django-forbid/)
7+
[![Django](https://img.shields.io/pypi/djversions/django-forbid.svg?color=0C4B33&label=django)](https://pypi.org/project/django-forbid/)
88
[![License](https://img.shields.io/pypi/l/django-forbid.svg)](https://github.com/pysnippet/django-forbid/blob/master/LICENSE)
99
[![Tests](https://github.com/pysnippet/django-forbid/actions/workflows/tests.yml/badge.svg)](https://github.com/pysnippet/django-forbid/actions/workflows/tests.yml)
1010

setup.cfg

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ license = MIT
1616
license_file = LICENSE
1717
platforms = unix, linux, osx, win32
1818
classifiers =
19-
Framework :: Django
2019
Operating System :: OS Independent
20+
Framework :: Django
21+
Framework :: Django :: 2.1
22+
Framework :: Django :: 2.2
23+
Framework :: Django :: 3.1
24+
Framework :: Django :: 3.2
25+
Framework :: Django :: 4.0
26+
Framework :: Django :: 4.1
27+
Programming Language :: Python
2128
Programming Language :: Python :: 3
2229
Programming Language :: Python :: 3.6
2330
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)