Skip to content
Snippets Groups Projects
Commit 7d068e20 authored by Pablo Correa Gomez's avatar Pablo Correa Gomez :beach: Committed by Pablo Correa Gomez
Browse files

Don't fetch version dynamically

This is unnecessary, because the code does not use the version. And
setuptools was getting very confused with "mrhlpr.version", as it is
importing the top-level mrhlpr.py file, and failing to import the
module.
parent cee137cc
No related branches found
No related tags found
No related merge requests found
# Copyright 2022 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
version = "1.2.0"
ci_labels = {
"ignore_count": "[ci:ignore-count]",
"skip_build": "[ci:skip-build]: already built successfully in CI",
......
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mrhlpr"
dynamic = ["version"]
version = "1.3.0"
authors = [
{name = "postmarketOS Developers", email="info@postmarketos.org"}
]
......@@ -35,8 +35,5 @@ api = ["python-gitlab>=4.0.0"]
[project.urls]
Homepage = "https://www.postmarketos.org"
[tool.setuptools.dynamic]
version = {attr = "mrhlpr.version"}
[tool.ruff]
line-length=100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment