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 f33b8c8 commit 785d8f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vtlengine"
version = "1.0.3rc1"
version = "1.0.3rc2"
description = "Run and Validate VTL Scripts"
authors = ["MeaningfulData <info@meaningfuldata.eu>"]
license = "AGPL-3.0"
Expand All @@ -16,10 +16,11 @@ classifiers = [

keywords = ['vtl', 'sdmx', 'vtlengine', 'Validation and Transformation Language']

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

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 785d8f5

Please sign in to comment.