Better structure
This commit is contained in:
parent
8d2fc13cc8
commit
8f8dd74c14
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
.idea/
|
||||
venv/
|
||||
result/
|
||||
|
||||
build/
|
||||
*.egg-info
|
||||
__pycache__
|
||||
|
||||
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "tvms"
|
||||
version = "1.0.0"
|
||||
authors = [{name="Ilya Bezrukov", email="bezrukoff888@gmail.com" }]
|
||||
description = "Script collection for TVMS"
|
||||
readme = "README.md"
|
||||
dependencies = ["python-docx", "click"]
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.scripts]
|
||||
tvms = "tvms:cli"
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://git.ilbz.ru/brinza/tvms"
|
||||
"Bug Tracker" = "https://git.ilbz.ru/brinza/tvms/issues"
|
||||
Reference in New Issue
Block a user