Add LICENSE file and Fix installation
This commit is contained in:
parent
450de98d32
commit
250d81824e
4 changed files with 696 additions and 8 deletions
|
@ -2,12 +2,22 @@
|
|||
name = "recoder"
|
||||
version = "1.0.0"
|
||||
description = "A GTK4 video transcoding GUI application"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Jeena", email = "hello@jeena.net"}]
|
||||
license = "GPL-3.0-or-later"
|
||||
license = {file = "LICENSE"}
|
||||
dependencies = [
|
||||
"pygobject",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
recoder = "recoder.app:main" # This creates the /usr/bin/recoder entrypoint
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
requires = ["setuptools>61", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
Loading…
Add table
Add a link
Reference in a new issue