Mercurial > public > purple
comparison scripts/purple @ 30:a58f91ead4ba v0.1.0
Created setup.py and MANIFEST for distribution.
Created purple script.
Renamed README.rst to README.txt since distutils seemed to want
either README or README.txt.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 19 Feb 2014 18:58:34 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
29:b90f0c599db7 | 30:a58f91ead4ba |
---|---|
1 #!/usr/bin/env python | |
2 # Copyright (C) 2014 by Brian Neal. | |
3 # This file is part of purple, the PURPLE (Cipher Machine 97) simulation. | |
4 # purple is released under the MIT License (see LICENSE.txt). | |
5 | |
6 import purple.main | |
7 | |
8 purple.main.main() |