Skip to content

Commit

Permalink
Se agrega homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 3, 2024
1 parent 048261e commit 134eee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tool.poetry]
name = "rutificador"
version = "0.2.2"
version = "0.2.3"
description = "Esta librería proporciona una implementación en Python para validar y formatear el Rol Único Tributario (RUT) utilizado en Chile."
authors = ["Carlos Ortega González <carlosortega77@gmail.com>"]
license = "MIT"
homepage = "https://"
homepage = "https://pypi.org/project/rutificador/"
repository = "https://github.com/cortega26/Rutificador"
keywords = ["RUT", "Chile", "validación", "formateo"]
classifiers = [
Expand Down

0 comments on commit 134eee9

Please sign in to comment.