restructure project, add setuptools files
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 May 2021 13:24:37 +0000 (23:24 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 7 May 2021 13:24:37 +0000 (23:24 +1000)
commit7cb045a...1bc2a2cff810b5176cac78ddf6fbc27b
treee98f4ff...edd8ae49b17919d158af3e9b5913d1e5copy hash to clipboard (tree)
parentee4eafe...cd5e26aaf93702af45cd58eee1b90d03copy hash to clipboard (diff)
22 files changed:
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
ppt-control.ini [new file with mode: 0644]
ppt_control/__init__.py [new file with mode: 0644]
ppt_control/__main__.py [new file with mode: 0644]
ppt_control/config.py [new file with mode: 0644]
ppt_control/http_server_39.py [new file with mode: 0755]
ppt_control/ppt_control.py [new file with mode: 0755]
ppt_control/ppt_control_obs.py [new file with mode: 0755]
ppt_control/static/black.jpg [new file with mode: 0755]
ppt_control/static/icons/first.svg [new file with mode: 0644]
ppt_control/static/icons/last.svg [new file with mode: 0644]
ppt_control/static/icons/left.svg [new file with mode: 0644]
ppt_control/static/icons/ppt.ico [new file with mode: 0644]
ppt_control/static/icons/ppt.png [new file with mode: 0755]
ppt_control/static/icons/right.svg [new file with mode: 0644]
ppt_control/static/index.html [new file with mode: 0755]
ppt_control/static/ppt-control.js [new file with mode: 0644]
ppt_control/static/settings.js [new file with mode: 0644]
ppt_control/static/style.css [new file with mode: 0644]
ppt_control/static/white.jpg [new file with mode: 0644]
setup.py [new file with mode: 0644]