Metadata-Version: 1.2
Name: cxgen
Version: 2.0.0.0
Summary: A package to generate cx_Freeze setup.py file!
Home-page: UNKNOWN
Author: Armaan Aggarwal
License: MIT
Description: **cxgen**
        
        v2.0.0 created by Armaan Aggarwal on July 19, 2019
        
        This is a little python package that can generate a cx_Freeze setup.py script to 
        turn your program into an .exe or .app file!
        
        To know how to use this module, import cxgen and then call: 'cxgen.manual()'
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, >=3, <4
