generated from Lerking/python-module-repo-template
6 lines
93 B
Makefile
6 lines
93 B
Makefile
dist:
|
|
python setup.py sdist
|
|
|
|
install:
|
|
cd dist
|
|
python -m pip install pluginlib-0.0.1.tar.gz
|