Metadata-Version: 2.1
Name: packagesetup
Version: 0.1.0
Summary: A package meant to help faciliate the setup.py aspect of Python package distribution.
Home-page: UNKNOWN
Author: Prerit Das
Author-email: <preritdas@gmail.com>
License: UNKNOWN
Description: # Python Package Setup
        
        This is a basic package that creates distribution `setup.py` files based on necessary parameters. This read-me file is bare-bones right now and will be updated with more information and usage examples shortly.
        
        Install with `pip install packagesetup`.
        
        Import:
        
        ```python
        import packagesetup as ps
        ```
        
        Functions:
        `ps.create_setup_file()` --> creates a `setup.py` based on parameters.
        `ps.create_blank_setup_file()` --> creates a `setup.py` with no parameters but with placeholder values.
Keywords: python,tools,setup,distribution
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
