Metadata-Version: 2.1
Name: random-quote-malam
Version: 1.1.1
Summary: 
Author: mahfooz.iiitian
Author-email: mahfooz.iiitian@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# Packaging

## Publishing the package

    poetry config keyring.enabled false

    poetry config pypi-token.pypi <toke>

## Authentication

    ~/.config/pypoetry/auth.toml

## Using this token

    $HOME/.pypirc

    [pypi]
    username = __token__
    password = pypi-AgEIcHlwaS5vcmcCJDgwMDA0OTE0LWIzNGEtNDg4Ni05OGU5LTg3ZWU2NjViYTg1ZgACKlszLCIzYzRlM2J

