Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/korean/py-korean-lunar-calendar/files/patch-pyproject.toml
56296 views
1
--- pyproject.toml.orig 2026-06-15 03:18:56 UTC
2
+++ pyproject.toml
3
@@ -1,5 +1,5 @@
4
[build-system]
5
-requires = ["setuptools>=77"]
6
+requires = ["setuptools"]
7
build-backend = "setuptools.build_meta"
8
9
[project]
10
@@ -8,8 +8,6 @@ requires-python = ">=3.6"
11
description = "Convert the Korean lunar calendar to/from the Gregorian solar calendar (KARI standard)."
12
readme = "README.md"
13
requires-python = ">=3.6"
14
-license = "MIT"
15
-license-files = ["LICENSE"]
16
authors = [{ name = "Jinil Lee", email = "[email protected]" }]
17
maintainers = [{ name = "Jinil Lee", email = "[email protected]" }]
18
keywords = ["calendar", "korean", "lunar", "solar", "음력", "양력", "달력"]
19
20