Skip to content

Commit

Permalink
Django-Routify v0.2.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliypopel committed Oct 6, 2024
1 parent 3dbbdba commit 539fd9a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django-Routify v0.2.7.1
name: Django-Routify v0.2.8

on:
release:
Expand Down
39 changes: 37 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -33,18 +33,53 @@ 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",
"Programming Language :: Python :: 3.9",
"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 = [
Expand Down

0 comments on commit 539fd9a

Please sign in to comment.