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
-1
View File
@@ -1 +0,0 @@
ARCH=any
+8 -2
View File
@@ -1,9 +1,15 @@
name: python-hatch-vcs name: python-hatch-vcs
description: Hatch plugin for versioning with your preferred VCS description: Hatch plugin for versioning with your preferred VCS
version: 0.4.0 version: 0.4.0
revision: 1
url: https://github.com/ofek/hatch-vcs url: https://github.com/ofek/hatch-vcs
license: MIT license: MIT
architecture: any architecture: any
depends: ["python-hatchling","python-setuptools-scm"] output_architecture: any
make_depends: ["python-build","python-installer"]
type: source type: source
depends:
- python-hatchling
- python-setuptools-scm
make_depends:
- python-build
- python-installer