Mercurial > hg > nsaunier > traffic-intelligence
comparison Makefile @ 1285:5ac26907e3c3
update for pypi upload
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 17 Jul 2024 15:47:23 -0400 |
| parents | 756bc885a573 |
| children |
comparison
equal
deleted
inserted
replaced
| 1283:77a310e29233 | 1285:5ac26907e3c3 |
|---|---|
| 22 @echo "=========================================" | 22 @echo "=========================================" |
| 23 @echo "Installing Python scripts" | 23 @echo "Installing Python scripts" |
| 24 @cp scripts/*.py $(INSTALL_DIR) | 24 @cp scripts/*.py $(INSTALL_DIR) |
| 25 uploadpython: | 25 uploadpython: |
| 26 @python setup.py sdist | 26 @python setup.py sdist |
| 27 @twine upload dist/* --skip-existing | 27 @twine upload dist/* --skip-existing --repository TRAFFIC_INTELLIGENCE |
| 28 #python setup.py sdist upload | 28 #python setup.py sdist upload |
| 29 #python setup.py sdist bdist_wheel | 29 #python setup.py sdist bdist_wheel |
| 30 | 30 |
| 31 install: cexe installpythonscripts | 31 install: cexe installpythonscripts |
| 32 @echo "=========================================" | 32 @echo "=========================================" |
