- Move all source files from mytoolkit/ to bin/ - Update entry point and build config in pyproject.toml - Add pillow and pypdf dependencies - Update README and .gitignore paths - Remove unused subprocess import in pdf.py - Clean up duplicate imports in pdf merge command
4 lines
59 B
Python
4 lines
59 B
Python
"""MyCLI - Personal CLI toolkit."""
|
|
|
|
__version__ = "0.1.0"
|