perhaps most important items as you make your work available to others: - add a copyright line to the top of readme, install.py, and the driver .py itself:
Copyright 2017 Susan <[email protected]> email address is optional. - if you want to distribute under a license, then include a file called 'license' with that license. otherwise do 'all rights reserved' in the copyright line. - two common open source licenses are the MIT license and the GPL license. m
