Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-leitao committed Jan 27, 2023
1 parent 8016444 commit 07222b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"]

0 comments on commit 07222b2

Please sign in to comment.