Metadata-Version: 1.1
Name: my-test-package
Version: 0.1.0
Summary: A simple test program to investigate packaging and PyPI
Home-page: https://github.com/aeraquoo/my_test_package
Author: Jaye Heffernan
Author-email: jayejaye@live.com.au
License: MIT
Description: My Test Program
        ---------------
        
        This is a simple test program that I made to learn how to package python
        code for PyPI.  I plan to roughly follow the tutorial at
        http://python-packaging.readthedocs.org/en/latest/metadata.html and play with
        nose and tox for testing, and sphinx for documentation.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
