nix-config/pkgs/transcribe/setup.py
2026-02-23 20:50:47 +01:00

7 lines
103 B
Python

from setuptools import setup
setup(
name='transcribe',
version='1.0.0',
scripts=['transcribe'],
)