about summary refs log tree commit diff stats
path: root/templates/unmaintained/python/setup.cfg
blob: 2c6d24f2329f8a8e10d3fa07c5124c482b8b0e10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[metadata]
name = TODO
version = 1.0

[options]
packages = find:
install_requires =

[options.entry_points]
console_scripts =
    main = TODO:main