Fix dockerfile for xml schema validator
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "xml_schema_validator"
|
||||
version = "0.1.0"
|
||||
description = "XML Schema validation library for SIA"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Text Processing :: Markup :: XML",
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
[project.urls]
|
||||
repository = "https://github.com/sia/xml_schema_validator"
|
||||
|
||||
[tool.maturin]
|
||||
python-source = "python"
|
||||
features = ["pyo3/extension-module"]
|
||||
[build-system]
|
||||
requires = ["maturin>=1.0,<2.0"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "xml_schema_validator"
|
||||
version = "0.1.0"
|
||||
description = "XML Schema validation library for SIA"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Text Processing :: Markup :: XML",
|
||||
]
|
||||
dependencies = []
|
||||
|
||||
[project.urls]
|
||||
repository = "https://github.com/sia/xml_schema_validator"
|
||||
|
||||
[tool.maturin]
|
||||
features = ["pyo3/extension-module"]
|
||||
|
||||
Reference in New Issue
Block a user