File: pyproject.toml

package info (click to toggle)
vf1 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 960; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "VF-1"
version = "1.0.0"
description = "Command line gopher client"
authors = [{name="Solderpunk", email="solderpunk@posteo.net"}]
classifiers = [
	"License :: OSI Approved :: BSD License",
	"Programming Language :: Python :: 3 :: Only",
	"Topic :: Communications",
	"Intended Audience :: End Users/Desktop",
	"Environment :: Console",
        "Development Status :: 5 - Production/Stable",
]
[project.urls]
Repository = "https://git.sr.ht/~solderpunk/VF-1"
[project.scripts]
vf1 = "vf1:main"
[project.optional-dependencies]
chardet = ["chardet"]