Metadata-Version: 2.1
Name: grandiorite
Version: 0.0.2
Summary: Hello World in python.
Home-page: https://github.com/tiegz/grandiorite/python
Author: Tieg Zaharia
Author-email: tieg.zaharia@gmail.com
License: UNKNOWN
Description: ### Setup
        
        `pip install -r requirements.txt`
        
        ### Run
        
        `python main.py`
        
        ### Building and Uploading
        
        ``` python
        python3 setup.py sdist bdist_wheel
        python3 -m twine upload -dist/*
        [username: __token__, password: <API TOKEN FROM PYPI.ORG ACCOUNT SETTINGS>]
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
