Files
starfields-drf-generics/pyproject.toml
Anastasios Svolis 45a1af3c52
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 36s
Updated the README and the mixing to provide better asserts.
2025-01-19 07:19:02 +02:00

32 lines
820 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "starfields-drf-generics"
version = "0.4.1"
authors = [
{ name="Anastasios Svolis", email="support@starfields.gr" },
]
description = "Extends the django-rest-framework generics with automated caching and new filters"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://git.starfieldsweb.com/StarFields/starfields-drf-generics"
[tool.setuptools.packages.find]
where = ["starfields_drf_generics"]
[tool.setuptools.package-data]
"templates.filters" = ["*.html"]
[tool.hatch.build.targets.wheel]
include = ["*.py", "*.html"]
exclude = ["test*"]