From 5cf8aff7d6c21eaba464ded7cd27e753de9c3f90 Mon Sep 17 00:00:00 2001 From: David Barnes <barnesdavidj@gmail.com> Date: Wed, 13 Jul 2022 19:50:02 -0400 Subject: [PATCH] Bump version. Update README. Make setup.cfg match pyproject.toml. --- README.md | 6 ++++++ pyproject.toml | 2 +- setup.cfg | 12 +++++++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 036994b..ed52f31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Django-AdminLTE2-PDQ +[](https://django-adminlte2-pdq.readthedocs.io/en/latest/?badge=latest) +[](https://img.shields.io/pypi/v/django-adminlte2-pdq?color=blue) +[](https://img.shields.io/badge/python-%3E%3D3.7-brightgreen) +[](https://img.shields.io/badge/django-%3E%3D3-brightgreen) +[](https://img.shields.io/github/license/DJBarnes/django-adminlte2-pdq) + **Django-AdminLTE2-PDQ** is a [Django](https://www.djangoproject.com/) app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the diff --git a/pyproject.toml b/pyproject.toml index f170a15..d138a63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "django-adminlte2-pdq" -version = "0.1.0" +version = "0.1.1" description = "A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme." readme = "README.md" authors = [{ name = "David Barnes", email = "barnesdavidj@gmail.com" }] diff --git a/setup.cfg b/setup.cfg index b58fb21..1e7d1d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-adminlte2-pdq -version = 0.1 +version = 0.1.1 description = A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme. long_description = file: README.md url = https://github.com/DJBarnes/django-adminlte2-pdq @@ -10,16 +10,22 @@ license = MIT License classifiers = Environment :: Web Environment Framework :: Django - Framework :: Django :: 3.1 # Replace "X.Y" as appropriate + Framework :: Django :: 3 # Replace "X.Y" as appropriate + Framework :: Django :: 3.0 + Framework :: Django :: 3.1 + Framework :: Django :: 3.2 + Framework :: Django :: 4 + Framework :: Django :: 4.0 Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP :: Dynamic Content -- GitLab