File: test_encoder_pep621_.toml

package info (click to toggle)
python-dom-toml 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,908 kB
  • sloc: python: 1,368; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "greppy"
version = "0.0.0"
description = "Recursively grep over Python files in the files in the given directory 🔎"
readme = "README.rst"
keywords = []
authors = [ { email = "dominic@davis-foster.co.uk", name = "Dominic Davis-Foster" },]
dynamic = [ "requires-python", "classifiers", "dependencies",]

[project.license]
file = "LICENSE"