webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

MANIFEST.in (241B)


      1 include LICENSE
      2 
      3 recursive-include tests *
      4 prune tests/__pycache__
      5 prune tests/.pytest_cache
      6 
      7 recursive-include webssh *
      8 prune webssh/__pycache__
      9 prune webssh/.pytest_cache
     10 
     11 global-exclude *.pyc
     12 global-exclude *.log
     13 global-exclude .coverage