Actually I'm using the build package and the Build-Backend Hatch, um meine Raddatei zu generieren (
Code: Select all
pyprojectfile.toml
Mit meinem Gebäudebefehl:
Code: Select all
python -m build
Code: Select all
name --> cleanmysurface
version --> 0.0.3
build --> py3
python.version --> none
os_platform} --> any
Code: Select all
name --> cleanmysurface
version --> 0.0.3
build --> py310
python.version --> py310
os_platform --> macosx_10_9_x86_64
< /code>
Sind meine Metadaten korrekt? Benötige ich ein anderes Werkzeug, um dieses Rad zu erstellen (Gedichte, Flit, ...)?[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "cleanmysurface"
version = "0.0.3"
authors = [
{ name="blabla", email="[email protected]" },
]
description = "A melange package to calculate your mixture to clean surfaces"
readme = "README.md"
requires-python = ">=3.10"
platform = "macosx_10_9_x86_64"
classifiers = [
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/blabla/melange"
"Bug Tracker" = "https://github.com/blabla/melange/issues"