File: test_valid_config_entry_points_.yml

package info (click to toggle)
python-pyproject-parser 0.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,432 kB
  • sloc: python: 3,086; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build_system: null
dependency_groups: null
project:
  dynamic: []
  entry-points:
    flake8.extension:
      SXL: flake8_sphinx_links:Plugin
    spam.magical:
      tomatoes: spam:main_tomatoes
  gui-scripts:
    spam-gui: spam:main_gui
  name: spam
  scripts:
    spam-cli: spam:main_cli
  version: 2020.0.0
tool: {}