Files
pluginlib/makefile

6 lines
105 B
Makefile

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