tarc/pyproject.toml
Kris Lamoureux b23ca49a83
Add Makefile and refactor package structure
- Replace shell script with Makefile for build/install tasks
- Move main logic into main() function for proper packaging
- Configure package entrypoint in pyproject.toml
2024-10-12 22:40:18 -04:00

8 lines
119 B
TOML

[project]
name = "tarc"
version = "0.0.1dev3"
description = "Manage BT archives"
[project.scripts]
tarc = "tarc:main"