Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:48 +03:00
parent ac8708613a
commit 15c8aa4cde
2 changed files with 8 additions and 3 deletions
+8 -2
View File
@@ -1,9 +1,15 @@
name: python-hatch-vcs
description: Hatch plugin for versioning with your preferred VCS
version: 0.4.0
revision: 1
url: https://github.com/ofek/hatch-vcs
license: MIT
architecture: any
depends: ["python-hatchling","python-setuptools-scm"]
make_depends: ["python-build","python-installer"]
output_architecture: any
type: source
depends:
- python-hatchling
- python-setuptools-scm
make_depends:
- python-build
- python-installer