-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
31 lines (29 loc) · 1.18 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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "nepali_calendar_utils"
version = "1.1.0"
description = "Utilities for working with Nepali dates"
authors = [{name = "Shiva Thapa", email = "[email protected]"}]
maintainers = [{name = "Shiva Thapa", email = "[email protected]"}]
readme = "README.md"
license = "MPL-2.0"
license-files = ["LICEN[CS]E*"]
requires-python = ">=3.6"
dependencies = []
keywords = ["nepali date", "date utilities", "nepali calendar", "nepali date utilities"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Utilities",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
]
[project.urls]
Homepage = "https://github.com/shivathapaa/nepali_calendar_utils"
Documentation = "https://github.com/shivathapaa/nepali_calendar_utils/blob/main/README.md"
Repository = "https://github.com/shivathapaa/nepali_calendar_utils"
"Bug Tracker" = "https://github.com/shivathapaa/nepali_calendar_utils/issues"