VirtualBox

source: vbox/trunk/src/VBox/Main/glue/python/pyproject.toml@ 103028

最後變更 在這個檔案從103028是 103028,由 vboxsync 提交於 14 月 前

Main/Python: Big revamp to modernize our vboxapi Python package to now use a so-called src-layout, which also can be used with pip directly. Also added compatibility w/ Python 3.12 where distutils are not shipped anymore. We also now do have automatic linting for our code, which hopefully should improve quality in this area. Moved some Python-related files into an own sub folder so that it's more clear to which these belong to. The "sdk/installer" directories also have an own "python" sub directory where the stuff resides now. The Windows installer also uses "sdk/installer" instead of "sdk/install", to match the other platforms. bugref:10579

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 571 位元組
 
1[project]
2name = "vboxapi"
3version = "1"
4description = "Python interface to VirtualBox"
5dependencies = [ "packaging" ]
6authors = [ { name = "Oracle Corp.", email = "[email protected]" } ]
7
8[project.urls]
9Homepage = "https://www.alldomusa.eu.org"
10Repo = "https://www.alldomusa.eu.org/svn/vbox/"
11Issues = "https://www.alldomusa.eu.org/wiki/Bugtracker"
12
13[build-system]
14requires = [ "setuptools" ]
15build-backend = "setuptools.build_meta"
16
17#[tool.setuptools.packages.find]
18#where = ["src"]
19#include = ["pkg*"] # alternatively: `exclude = ["additional*"]`
20#namespaces = false
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette