Rename to photojawn
This commit is contained in:
parent
e811f2949b
commit
8f7b336220
13 changed files with 14 additions and 14 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[tool.poetry]
|
||||
name = "photoalbum"
|
||||
name = "photojawn"
|
||||
version = "0.1.0"
|
||||
description = "A simple photo album static site generator"
|
||||
authors = ["Nick Pegg <nick@nickpegg.com>"]
|
||||
repository = "https://github.com/nickpegg/photoalbum"
|
||||
repository = "https://github.com/nickpegg/photojawn"
|
||||
readme = "README.md"
|
||||
license = "TODO"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
photoalbum = 'photoalbum.cli:main'
|
||||
photojawn = 'photojawn.cli:main'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
# TODO: make sure we support >=3.10 via tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue