bugfix
This commit is contained in:
parent
5b36601c09
commit
c074405a3f
@ -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
12
setup.cfg
Normal 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 =
|
||||||
Loading…
x
Reference in New Issue
Block a user