This commit is contained in:
yumoqing 2025-10-22 14:41:38 +08:00
parent 5b36601c09
commit c074405a3f
2 changed files with 12 additions and 14 deletions

View File

@ -1,17 +1,3 @@
[project]
name="bricks_for_python"
version = "0.0.1"
description = "bricks components for server side"
authors = [{ name = "yu moqing", email = "yumoqing@gmail.com" }]
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
dependencies = [
]
[project.optional-dependencies]
dev = ["pytest", "black", "mypy"]
[build-system] [build-system]
requires = ["setuptools>=61", "wheel"] requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"

12
setup.cfg Normal file
View File

@ -0,0 +1,12 @@
[metadata]
name=bricks_for_python
version = 0.0.2
description = A packing module for bricks
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires_python = ">=3.8"
install_requires =