The recommendation is that you put you cli script into the package itself and add in an entry to that module as an entrypoint.
8 lines
163 B
Python
8 lines
163 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Fenrir TTY screen reader
|
|
# By Chrys, Storm Dragon, and contributers.
|
|
version = "2025.01.28"
|
|
codeName = "testing"
|