From 539fd9a7b36951538295049648d496dbf6259bed Mon Sep 17 00:00:00 2001 From: vitaliypopel Date: Sun, 6 Oct 2024 17:34:38 +0300 Subject: [PATCH] Django-Routify v0.2.8 release --- .github/workflows/release.yml | 2 +- pyproject.toml | 39 +++++++++++++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45e097b..0450b7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Django-Routify v0.2.7.1 +name: Django-Routify v0.2.8 on: release: diff --git a/pyproject.toml b/pyproject.toml index 6cf9c29..18502a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-routify" -version = "0.2.7.1" +version = "0.2.8" description = "Django-Routify is a package for simple routing Views in the classic Django framework." readme = "README.md" @@ -33,10 +33,38 @@ maintainers = [ classifiers = [ "Development Status :: 5 - Production/Stable", + "License :: OSI Approved :: MIT License", + "Intended Audience :: Developers", + "Intended Audience :: Information Technology", + + "Framework :: Django", + "Framework :: Django :: 4", + "Framework :: Django :: 4.0", + "Framework :: Django :: 4.1", + "Framework :: Django :: 4.2", + "Framework :: Django :: 5.0", + "Framework :: Django :: 5.1", + + "Environment :: Web Environment", + + "Topic :: Internet", + "Topic :: Internet :: WWW/HTTP", + "Topic :: Internet :: WWW/HTTP :: HTTP Servers", + "Topic :: Internet :: WWW/HTTP :: WSGI", + "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", + "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", + + "Topic :: Software Development", "Topic :: Software Development :: Build Tools", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", - "License :: OSI Approved :: MIT License", + "Topic :: System :: Networking", + "Topic :: Utilities", + + "Typing :: Stubs Only", + "Typing :: Typed", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", @@ -44,7 +72,14 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", # soon "Programming Language :: Python :: 3 :: Only", + + "Operating System :: Unix", + "Operating System :: POSIX :: Linux", + "Operating System :: MacOS", + "Operating System :: Microsoft :: Windows", ] dependencies = [