Create skeleton
This commit is contained in:
27
pyproject.toml
Normal file
27
pyproject.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=40.9.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "stills"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
]
|
||||
authors = [
|
||||
{name = "Alexander Wainwright", email = "code@figtree.dev"},
|
||||
]
|
||||
maintainers = [
|
||||
{name = "Alexander Wainwright", email = "code@figtree.dev"},
|
||||
]
|
||||
|
||||
readme = "README.md"
|
||||
|
||||
license = {file = "LICENSE"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
||||
[project.scripts]
|
||||
stills = "stills.main:main"
|
||||
Reference in New Issue
Block a user