Rename stuff and move it around

This commit is contained in:
2025-04-25 23:07:00 -07:00
parent 03a4e89918
commit a7f5828f96
23 changed files with 0 additions and 3 deletions

15
sluggifier/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "analyzer"
version = "0.1.0"
description = ""
authors = ["Nyeogmi <economicsbat@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
pefile = "^2024.8.26"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"