Skip to content

Commit

Permalink
Updating keywords for python version, 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 14, 2024
1 parent 5ddee5c commit d0fe80d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "multiform-validator"
version = "0.0.9"
version = "0.0.10"
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"
requires-python = ">=3.7"
keywords = ["validator", "multiform", "validação", "email-validator", "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",
Expand Down

0 comments on commit d0fe80d

Please sign in to comment.