-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
36 lines (32 loc) · 1.4 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.setuptools]
packages = ["npdatetime"]
[build-system]
requires = ["setuptools", "wheel", "twine", "setuptools_scm"]
build-backend = "setuptools.build_meta"
[project]
name = "npdatetime"
dynamic = ["version"]
authors = [
{ name="Amrit Giri", email="amritgiri02595@gmail.com" },
]
description = "A Python package that provides advanced functionality for handling Nepali dates and times, including support for the Bikram Sambat calendar system and Nepal Time (NPT). Ideal for developers working with Nepali date-related applications, offering seamless conversion, manipulation, and formatting of dates and times in the Nepali calendar."
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8"
keywords = [
"Nepali Date", "Date Conversion", "Datetime", "Bikram Sambat", "Bikram Samvat",
"nepali", "B.S.", "BS", "bs", "b.s", "date", "NpDateTime", "datetime", "time",
"timezone", "nepal", "bikram", "sambat", "samvat", "nepali-date", "nepali-datetime",
"nepal-time", "npt", "nepal-timezone", "npdatetime", "npdt"
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/4mritGiri/npdatetime#readme"
Issues = "https://github.com/4mritGiri/npdatetime/issues"
[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "no-local-version"