Rebranding

This commit is contained in:
Firq 2024-10-16 22:13:39 +02:00
parent 62f36dbdc2
commit f3f4ec51d2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
20 changed files with 128 additions and 91 deletions

View file

@ -1,12 +1,12 @@
[project]
name = "atlasimagecomposer"
version = "0.1.0-c.5"
name = "skyeweave"
version = "0.1.0-c.1"
requires-python = ">= 3.10"
authors = [{name = "Firq", email = "firelp42@gmail.com"}]
maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]
description = "Package that enables people to quickly download and generate all potential spritesheet expressions with a single command"
description = "Easily generate any FGO expression sheets from an id"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
@ -30,11 +30,11 @@ typing = [
]
[project.scripts]
atlasimagecomposer = "atlasimagecomposer.cli.cli:run_cli"
skyeweave = "skyeweave.cli:run"
[tool.setuptools.packages.find]
where = ["."]
include = ["atlasimagecomposer*"]
include = ["skyeweave*"]
[tool.setuptools.package-data]
"*" = ["py.typed"]