1. all: sdist bdist_wheel
    
  2. 
    
  3. sdist:
    
  4. 	python setup.py sdist
    
  5. 
    
  6. bdist_wheel:
    
  7. 	python setup.py bdist_wheel
    
  8. 
    
  9. .PHONY : sdist bdist_wheel