First stab at setuptools
authorAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 00:13:51 +0000 (17:13 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 00:13:51 +0000 (17:13 -0700)
commit8a033c290ee009fb26701611b582fc7779258fca
tree3e0026663047a9533be0ce06a8c2187520423546
parentf25f263a1358af89de1ebb90dae33b4a7ca2bab3
First stab at setuptools

Other changes:
  - Add .gitignore
  - Add old, initial test program
  - Re-structure directory for packaging
.gitignore [new file with mode: 0644]
munter.py [new file with mode: 0755]
munter/__init__.py
munter/__main__.py [new file with mode: 0644]
munter/munter.py [new file with mode: 0644]
setup.py
tests/test.py [new file with mode: 0755]