Files
2024-07-14 21:38:33 +02:00

6 lines
105 B
Makefile

dist:
python3 setup.py sdist
install:
cd dist
python3 -m pip install tcxmodeler-0.0.4.tar.gz