Metadata-Version: 1.0
Name: moduletesting
Version: 0.0.2
Summary: A simple calculator to test the creation of a python module
Home-page: UNKNOWN
Author: Ulysses-Pacome Koudou
Author-email: up.koudou@gmail.com
License: MIT
Description: A very simple test project to desmonstrate how to publish a module on pypi
        
        This module is meant to run on Python3. The presented calculator performs:
        
            -Additions
            -Substractions
            -Multiplication
            -Division
        
        It will be enhence over time, or I might just build something else :) 
        
        
        Change log
        ===========
        
        0.0.2 (09/12/2020)
        --------------------
        -First release (Minor modification)
        
        0.0.1 (09/12/2020)
        --------------------
        -First release
Platform: UNKNOWN
