Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Dec 5, 2024
1 parent 00ceab9 commit ff3918a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tool.poetry]
name = "ninja-put-patch-file-upload-middleware"
version = "0.1.3"
version = "0.1.4"
description = "A middleware that allows user to upload files using PUT / Patch"
authors = ["baseplate-admin <[email protected]>"]
license = "MIT"
readme = "README.md"
packages = [{include = "ninja_put_patch_file_upload_middleware"}]
homepage = "https://github.com/baseplate-admin/ninja_put_patch_file_upload_middleware"
repository = "https://github.com/baseplate-admin/ninja_put_patch_file_upload_middleware"
keywords = ["ninja", "django-ninja", "middlewares",'put','patch','file upload']
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -20,8 +18,20 @@ classifiers = [
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Operating System :: OS Independent",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"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",
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/baseplate-admin/ninja_put_patch_file_upload_middleware/issues"
"homepage" = "https://github.com/baseplate-admin/ninja_put_patch_file_upload_middleware"
"repository" = "https://github.com/baseplate-admin/ninja_put_patch_file_upload_middleware"

[tool.poetry.dependencies]
python = ">=3.9"
asgiref = ">=3.6"
Expand Down

0 comments on commit ff3918a

Please sign in to comment.