20 lines
346 B
INI
20 lines
346 B
INI
[metadata]
|
|
name=bricks_for_python
|
|
version = 0.0.5
|
|
description = A packing module for bricks
|
|
author = "yu moqing"
|
|
author_email = "yumoqing@gmail.com"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
|
|
[options]
|
|
packages = find:
|
|
package_dir =
|
|
= .
|
|
requires_python = ">=3.8"
|
|
install_requires =
|
|
|
|
[options.packages.find]
|
|
where = .
|
|
include = bricks_for_python*
|