[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[project]
name = "django-npdt"
version = "0.2.4"
description = "Nepali Date Field and Date Picker Widget for Django"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [
{name = "Amrit Giri", email = "amritgiri.dev@gmail.com"}
]
keywords = ["django", "nepali", "bikram sambat", "date picker", "calendar"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 6.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"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",
]
dependencies = [
"Django>=3.2",
"npdatetime>=0.1.0",
]
[project.urls]
Homepage = "https://github.com/4mritGiri/npdatetime"
Documentation = "https://github.com/4mritGiri/npdatetime/tree/main/bindings/django"
Repository = "https://github.com/4mritGiri/npdatetime.git"
"Bug Tracker" = "https://github.com/4mritGiri/npdatetime/issues"
[tool.setuptools]
packages = ["npdt"]
include-package-data = true
[tool.setuptools.package-data]
npdt = [
"static/npdt/**/*",
"templates/npdt/**/*",
]