Reorg'd code, doesn't work

This commit is contained in:
Roberto Alsina 2024-06-03 17:43:14 -03:00
parent fcdb8a28b3
commit ca2dc8f9cf
4 changed files with 46 additions and 5 deletions

24
pyproject.toml Normal file
View File

@ -0,0 +1,24 @@
[project]
name = "pyxforms"
version = "0.3.0"
description = "A Python binding for XForms"
authors = [
{ name = "Roberto Alsina", email = "roberto.alsina@gmail.com" }
]
dependencies = []
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/pyxforms"]

11
requirements-dev.lock Normal file
View File

@ -0,0 +1,11 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
-e file:.

11
requirements.lock Normal file
View File

@ -0,0 +1,11 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
-e file:.

View File

@ -1,5 +0,0 @@
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0