Skip to content

Commit

Permalink
Fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjazzar committed Feb 15, 2024
1 parent f4147dc commit 6987546
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ known_first_party = "tarraz"

[tool.poetry]
name = "tarraz"
version = "1.1.2"
version = "1.1.3"
description = "A cross-stitch image generator. Generates a cross stitch pattern given by a user and generates a DMC colored pattern."
authors = ["Ahmed Jazzar <ahmed@nitfe.com>"]
maintainers = []

license = "GNU Affero General Public License v3"
readme = "README.md"
packages = [{ include = "tarraz"}]
packages = [{ include = "tarraz" }]
homepage = "https://www.nitfe.com/"
repository = "https://github.com/nitfe/tarraz.git"
documentation = "https://github.com/nitfe/tarraz/blob/main/README.md"
Expand All @@ -47,11 +47,11 @@ Changelog = "https://github.com/nitfe/tarraz/releases"
# Requirements
[tool.poetry.dependencies]
python = ">=3.8"
pillow = "*"
pillow = ">=9.5.0"

[tool.poetry.dev-dependencies]
pre-commit = { version = "*" }

# Entry point
[tool.poetry.scripts]
tarraz = "tarraz.main:main"
[tool.poetry.plugins.console_scripts]
"tarraz" = "tarraz.main:main"

0 comments on commit 6987546

Please sign in to comment.