2023-06-23 15:30:34 +00:00
|
|
|
# TODO Update python project configuration
|
|
|
|
|
2023-06-22 16:30:46 +00:00
|
|
|
[metadata]
|
|
|
|
name = sample
|
|
|
|
version = 0.0.1
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
# install_requires =
|
|
|
|
# cachier ==2.1
|
|
|
|
|
|
|
|
|
|
|
|
# [options.entry_points]
|
|
|
|
# console_scripts =
|
2023-06-23 15:33:32 +00:00
|
|
|
# program_cli = program.program:entry_function
|
2023-06-22 16:30:46 +00:00
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
pythonpath = src
|
|
|
|
testpaths = tests
|