Rebranding
This commit is contained in:
parent
62f36dbdc2
commit
f3f4ec51d2
20 changed files with 128 additions and 91 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue