Skip to content

Commit

Permalink
workflow: update pyproject.toml for v0.3.1 release (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbakri authored Sep 5, 2023
1 parent 494e3c2 commit 1414d2a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,34 @@ all = true

[tool.poetry]
name = "django-ninja-crud"
version = "0.3.0.post1"
version = "0.3.1"
description = "Django Ninja CRUD is a library that allows you to create CRUD APIs in a few lines of code."
authors = ["Hicham Bakri <[email protected]>"]
maintainers = ["Hicham Bakri <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/hbakri/django-ninja-crud"
license = "MIT"
classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Development Status :: 4 - Beta",
"Topic :: Internet",
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Testing",
"Topic :: Software Development",
"Typing :: Typed",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django",
"Framework :: AsyncIO",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Internet :: WWW/HTTP",
"Typing :: Typed",
]
packages = [{ include = "ninja_crud" },]

Expand Down

0 comments on commit 1414d2a

Please sign in to comment.