python-program/setup.cfg
Harrison Deng 6042474312 Update 'setup.cfg'
Removed specific program name the template was made from.
2023-06-23 15:33:32 +00:00

20 lines
309 B
INI

# TODO Update python project configuration
[metadata]
name = sample
version = 0.0.1
[options]
package_dir =
= src
# install_requires =
# cachier ==2.1
# [options.entry_points]
# console_scripts =
# program_cli = program.program:entry_function
[tool:pytest]
pythonpath = src
testpaths = tests