-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
45 lines (40 loc) 路 1.43 KB
/
Copy pathpyproject.toml
File metadata and controls
45 lines (40 loc) 路 1.43 KB
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
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sunda-language"
version = "1.1.0"
description = "Basa pamrograman saderhana nganggo Basa Sunda"
readme = "README.md"
license = "MIT"
requires-python = ">=3.7"
authors = [
{name = "Muhammad Ikhwan Fathulloh", email = "muhammadikhwanfathulloh17@gmail.com"}
]
keywords = ["sunda", "programming-language", "bahasa-sunda", "interpreter", "language", "west-java"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Education",
"Intended Audience :: Developers",
"Natural Language :: Indonesian",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"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",
"Topic :: Software Development :: Interpreters",
"Topic :: Education",
]
[project.urls]
Homepage = "https://sunda-language.netlify.app"
Repository = "https://github.com/Muhammad-Ikhwan-Fathulloh/Sunda-Language"
"Bug Tracker" = "https://github.com/Muhammad-Ikhwan-Fathulloh/Sunda-Language/issues"
[project.scripts]
sunda = "sunda_language.__main__:main"
[tool.setuptools.packages.find]
include = ["sunda_language*"]
[tool.setuptools]
include-package-data = true