-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
25 lines (23 loc) · 923 Bytes
/
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
[build-system]
requires = [
"setuptools>=61"
]
build-backend = "setuptools.build_meta"
[project]
name = "multiform-validator"
version = "1.0.3"
authors = [
{ name="Gabriel Logan" },
]
description = "Multilingual library made for validation, various form fields, such as: email, cpf, cnpj, credit card, and much more."
readme = "README.md"
keywords = ["validator", "multiform", "validação", "email-validator", "image", "multiform-validator", "python", "security", "safe", "pentest", "security-tools", "Validator", "validate", "cpf", "cnpj", "email validator", "password", "email", "isEmail"]
requires-python = ">=3.1"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://multiformvalidator.netlify.app/documentation"
"Bug Tracker" = "https://github.com/Multiform-Validator/python"