forked from orbit-oss/flask
11 lines
170 B
INI
11 lines
170 B
INI
[aliases]
|
|
release = egg_info -RDb ''
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[tool:pytest]
|
|
norecursedirs = .* *.egg *.egg-info env* artwork docs
|