generated from Lerking/python-module-repo-template
6 lines
105 B
Makefile
6 lines
105 B
Makefile
dist:
|
|
python3 setup.py sdist
|
|
|
|
install:
|
|
cd dist
|
|
python3 -m pip install tcxmodeler-0.0.4.tar.gz
|