This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
file-grouper/pyproject.toml
2025-02-20 14:01:32 -05:00

19 lines
453 B
TOML

[project]
name = "file_grouper"
description = "Simple script that groups files into folders according to common names."
authors = [
{name = "Cutieguwu"}
]
version = "0.0.1"
requires-python = ">=3.11"
dependencies = []
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: POSIX :: Linux",
"Natural Language :: English"
]