-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyptoject.toml
23 lines (21 loc) · 895 Bytes
/
pyptoject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"]
name = "chileanrutify"
requires-python = ">= 3.0"
authors = [{name = "Mihail Pozarski", email = "[email protected]"}]
maintainers = [{name = "Mihail Pozarski", email = "[email protected]"}]
description = "Chilean rut Python package - Chilean Rut/Run validator and formatter library"
readme = "README.md"
license = {text = "MIT License"}
keywords = ["python", "library", "package", "chile", "chilean", "rut", "chilean-rut", "chilean-rut-utils", "chilean-rutify", "chilean-id"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
[project.urls]
Repository = "https://github.com/mihailpozarski/chilean-rutify-py"