From 07222b2f6e052c006b823cc927c88889fa5fdc0a Mon Sep 17 00:00:00 2001 From: Antonio Leitao Date: Fri, 27 Jan 2023 17:43:26 +0100 Subject: [PATCH] Updated version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e40f845..321a7f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "tinydocs" -version = "0.0.1" +version = "0.0.2" authors = [ { name="António Leitão", email="aleitao@novaims.unl.pt" }, ] description = "Lightweight autodoc for github readme" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", @@ -20,7 +20,7 @@ dependencies = [ "Homepage" = "https://github.com/antonio-leitao/docme" [project.scripts] -jet = "tinydocs.main:main" +tinydocs = "tinydocs.main:main" [tool.setuptools] packages = ["tinydocs"] \ No newline at end of file