Skip to content

Commit

Permalink
Fixing PyPi setup and making v1.0 official
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcurtis committed Jun 17, 2024
1 parent 750abc6 commit b896916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdfstitcher"
version = "1.0b3"
version = "1.0.0"
description = "The open source PDF stitching software for sewists, by sewists."
readme = "README.md"
requires-python = ">=3.8, <3.13"
Expand Down Expand Up @@ -47,7 +47,7 @@ pdfstitcher-gui = "pdfstitcher.gui.app:main"
pdfstitcher = "pdfstitcher.cli.app:main"

[tool.setuptools.packages.find]
include = ["pdfstitcher"]
include = ["pdfstitcher", "pdfstitcher.*"]

[build-system]
requires = ["setuptools", "Babel"]
Expand Down

0 comments on commit b896916

Please sign in to comment.