File: setup.cfg

package info (click to toggle)
python-virtualenv 20.17.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,580 kB
  • sloc: python: 9,952; sh: 149; ansic: 61; csh: 35; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[metadata]
name = demo
version = 1.0.0
description = magic package

[options]
packages = find:

[options.entry_points]
console_scripts =
    magic=demo.__main__:run

[bdist_wheel]
universal = true