Metadata-Version: 1.1
Name: dummy
Version: 0.0.3
Summary: Dummy package adding or subtracting two numbers - to try releasing a Python package
Home-page: http://github.com/hn269/dummy/
Author: Hoang Long Nguyen
Author-email: hn269@cornell.com
License: Cornell University
Description: The Python Documentation and Release Project
        ============================================
        
        Introduction
        ------------
        
        This project is an attempt at documenting Python code and prepare a ready-to-release Python package, including proper tests and documentations. The ultimate goal of this project is to release a Python package of John A. Marohn (jam99@cornell.edu) onto GitHub and PyPI.
        
        The dummy package
        -----------------
        
        This package is literally a dummy package. All it does is adding or subtracting two given numbers and give out a result.
        
        jinja2==2.7.2
Platform: any
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
