Files
pluginlib/makefile
2024-07-14 22:03:27 +02:00

6 lines
102 B
Makefile

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