18 lines
264 B
INI
18 lines
264 B
INI
|
[metadata]
|
||
|
name = sample
|
||
|
version = 0.0.1
|
||
|
|
||
|
[options]
|
||
|
package_dir =
|
||
|
= src
|
||
|
# install_requires =
|
||
|
# cachier ==2.1
|
||
|
|
||
|
|
||
|
# [options.entry_points]
|
||
|
# console_scripts =
|
||
|
# avariantas = program.program:entry_function
|
||
|
|
||
|
[tool:pytest]
|
||
|
pythonpath = src
|
||
|
testpaths = tests
|