mirror of
https://github.com/System-End/haxmas-day-9.git
synced 2026-04-19 15:18:26 +00:00
deploy files
This commit is contained in:
parent
8fc099ab67
commit
fd95a85368
7 changed files with 32 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.pypirc
|
||||
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
haxmas day 9 tui cyberpunk advent calendar
|
||||
BIN
dist/proot_advent-1.0.0-py3-none-any.whl
vendored
Normal file
BIN
dist/proot_advent-1.0.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/proot_advent-1.0.0.tar.gz
vendored
Normal file
BIN
dist/proot_advent-1.0.0.tar.gz
vendored
Normal file
Binary file not shown.
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "proot_advent"
|
||||
version = "1.0.0"
|
||||
authors = [
|
||||
{ name="End N", email="contact@endoftimee.tech" },
|
||||
]
|
||||
description = "Cyberpunk protogen advent calendar TUI"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"textual",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
protogen-advent = "proot_advent.main:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/System-End/haxmas-day-9"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/proot_advent"]
|
||||
0
src/proot_advent/__init.py__
Normal file
0
src/proot_advent/__init.py__
Normal file
Loading…
Add table
Reference in a new issue