Metadata-Version: 2.1
Name: finlay
Version: 0.1.9
Summary: A Toy Experiment to 
Home-page: https://github.com/sabbiramin113008/finlay
Author: Sabbir Amin
Author-email: sabbiramin.cse11ruet@gmail.com
License: MIT
Description: # Finlay
        A Testing Project for uploading at Pypi.
        
        # So (quickly) How to Do it. 
        0. Install `setuptools`, `wheel` `tqdm` and `twine` in the base environment ( not in vir env)
        1. Open an account in `pypi.org`.
        2. Build the package  with command `python3 setup.py sdist bdist_wheel`
        3. Now upload with Twine `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
