Metadata-Version: 1.1
Name: helloworld1995
Version: 0.11
Summary: A hello world program to investigate packaging and PyPI
Home-page: UNKNOWN
Author: Jaye Heffernan
Author-email: jayejaye@live.com.au
License: MIT
Description: Hello World
        -----------
        
        This is a simple hello world 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.
        
        To use:
        
          >>> import helloworld1995
          >>> helloworld1995.hello_world()
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
