diff --git a/pyproject.toml b/pyproject.toml index e8bb8f1..5211ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,26 @@ build-backend = "setuptools.build_meta" [project] name = "cd-browser" -version = "0.1.0" -description = "A universal and adaptable Python project template for AI-assisted development." +version = "0.1.1" +description = "A fast keyboard-driven directory navigator for the terminal." readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.8" authors = [ { name = "Saky" } ] +classifiers = [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Utilities", +] dependencies = [] [project.scripts]