Compare commits
2 Commits
f1f6447609
...
v0.0.3
Author | SHA1 | Date | |
---|---|---|---|
2c88730c14
|
|||
e45a9fab25
|
@@ -1,7 +1,7 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
||||||
from PIL import Image
|
from PIL.Image import Image
|
||||||
|
|
||||||
from huepaper.utils import (
|
from huepaper.utils import (
|
||||||
add_emblem,
|
add_emblem,
|
||||||
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "huepaper"
|
name = "huepaper"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
dynamic = ["dependencies"]
|
dynamic = ["dependencies"]
|
||||||
authors = [{ name = "Denis Lehmann" }]
|
authors = [{ name = "Denis Lehmann" }]
|
||||||
maintainers = [{ name = "Profitroll" }]
|
maintainers = [{ name = "Profitroll" }]
|
||||||
|
Reference in New Issue
Block a user