Makefile 112 B

12345678
  1. install:
  2. python setup.py install
  3. build:
  4. python setup.py build
  5. deploy:
  6. python setup.py sdist upload -r pypi