Skip to content

Commit

Permalink
Update pyproject.toml links and added rc
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 e4be2ac commit f33b8c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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.3"
version = "1.0.3rc1"
description = "Run and Validate VTL Scripts"
authors = ["MeaningfulData <info@meaningfuldata.eu>"]
license = "AGPL-3.0"
Expand All @@ -15,12 +15,11 @@ classifiers = [
]

keywords = ['vtl', 'sdmx', 'vtlengine', 'Validation and Transformation Language']
repository = 'https://github.com/Meaningful-Data/vtlengine'

[project.urls]
BugTracker = 'https://github.com/Meaningful-Data/vtlengine/issues'
Documentation = 'https://docs.vtlengine.meaningfuldata.eu'
SourceCode = 'https://github.com/Meaningful-Data/vtlengine'
Repository = 'https://github.com/Meaningful-Data/vtlengine'

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

0 comments on commit f33b8c8

Please sign in to comment.