Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Hernández del Caño <javier.hernandez@meaningfuldata.eu>
  • Loading branch information
javihern98 authored Nov 29, 2024
1 parent 785d8f5 commit d00396c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vtlengine"
version = "1.0.3rc2"
version = "1.0.3rc3"
description = "Run and Validate VTL Scripts"
authors = ["MeaningfulData <info@meaningfuldata.eu>"]
license = "AGPL-3.0"
Expand All @@ -17,9 +17,10 @@ classifiers = [
keywords = ['vtl', 'sdmx', 'vtlengine', 'Validation and Transformation Language']

[tool.poetry.urls]
BugTracker = 'https://github.com/Meaningful-Data/vtlengine/issues'
Documentation = 'https://docs.vtlengine.meaningfuldata.eu'
Repository = 'https://github.com/Meaningful-Data/vtlengine'
Documentation = 'https://docs.vtlengine.meaningfuldata.eu'
MeaningfulData = 'https://www.meaningfuldata.eu/'
IssueTracker = 'https://github.com/Meaningful-Data/vtlengine/issues'
Authors = 'https://github.com/Meaningful-Data/vtlengine/graphs/contributors'

[tool.poetry.dependencies]
Expand Down

0 comments on commit d00396c

Please sign in to comment.