file-scripts/python/pyproject.toml

22 lines
602 B
TOML
Raw Permalink Normal View History

2024-05-12 21:46:56 -07:00
[build-system]
requires=["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "file-scripts"
authors = [{name="Eric Torres", email="eric.torres@its-et.me"}]
2024-09-20 23:25:25 -07:00
version = "2.0.1"
2024-05-12 21:46:56 -07:00
description = "File-related helper-scripts"
readme = "README"
license = {file = "LICENSE"}
dependencies = ["termcolor"]
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU GPLv3 License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/etorres4/file-scripts"
Repository = "https://github.com/etorres4/file-scripts"