packaging: Make a deb, adjust the setuptools scripts

This makes the source into a proper Debian package, and also creates the
egg-info, as well as a skeleton man page.

Change-Id: Ifeb490f42d7472d56d720f13ff814930ab5917d4
13 files changed
tree: f07115c43cc98a2a1fa127fbea31eefbcc2ee2f4
  1. debian/
  2. man/
  3. mdt/
  4. mdt.egg-info/
  5. .gitignore
  6. LICENSE.txt
  7. MANIFEST.in
  8. README.md
  9. setup.py
README.md

MDT - The Mendel Development Tool

What is this?

MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.

It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.

With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.