Migrate to poetry
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,3 +3,7 @@
|
||||
/build/
|
||||
/dist/
|
||||
/tests/
|
||||
|
||||
poetry.lock
|
||||
|
||||
*.docx
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# DOCXUNTRACE
|
||||
Ultimate and powerful util to spoof .docx (and other .*x MS Office files) private properties, such as author name,
|
||||
creation and save date, words, pages and other data, that cannot be changed from `Properties` tab in explorer.
|
||||
## [⬇️ Download here](https://github.com/BarsTiger/D0CXUN7R4C3/releases/latest/download/D0CXUN7R4C3.exe)
|
||||
## [⬇️ Download here](https://github.com/kotikotprojects/D0CXUN7R4C3/releases/latest/download/D0CXUN7R4C3.exe)
|
||||
|
||||
# Themes
|
||||
Add `1137` somewhere in path to .exe file (or rename it to D0CXUN7R4C31337 or something that contains 1337 to
|
||||
|
||||
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "d0cxun7r4c3"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["hhh"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.11"
|
||||
pyside6 = "^6.6.1"
|
||||
pyinstaller = "^6.3.0"
|
||||
lxml = "^4.9.4"
|
||||
ezzthread = "^1.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
@@ -1,5 +0,0 @@
|
||||
wheel
|
||||
PySide6
|
||||
pyinstaller
|
||||
lxml
|
||||
ezzthread
|
||||
Reference in New Issue
Block a user