You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
211 B

  1. test:
  2. python tests.py
  3. verify:
  4. pyflakes libarchive
  5. pep8 --exclude=migrations --ignore=E501,E225 libarchive
  6. install:
  7. python setup.py install
  8. publish:
  9. python setup.py register
  10. python setup.py sdist upload