Files
pluginlib/makefile
2024-07-15 17:58:29 +02:00

6 lines
93 B
Makefile

dist:
python setup.py sdist
install:
cd dist
python -m pip install pluginlib-0.0.1.tar.gz