Lvl4Sword / Killer

🔪 System tamper detector for USB, Bluetooth, AC, Battery, Disk Tray, and Ethernet.
https://pypi.org/project/killer/
GNU Affero General Public License v3.0
71 stars 11 forks source link

Packaging #12

Closed GhostofGoes closed 5 years ago

GhostofGoes commented 5 years ago

Converted to a Python package using setuptools.

Packaging changes

Other changes

To install for development: python setup.py install or pip install -e . To cut a release: python setup.py release (this is configured in setup.cfg)