Metadata-Version: 2.1
Name: getfast
Version: 0.0.21
Summary: A small example package
Home-page: https://getfast.dev
Author: wd021
Author-email: wd021 <getfastdeveloper@gmail.com>
Project-URL: Homepage, https://getfast.dev
Description-Content-Type: text/markdown
License-File: LICENSE

# getfast-python

clean out previous dist/\* before uploading

- python3 -m pip install --upgrade build
  python3 -m build
- python3 -m pip install --upgrade twine
  python3 -m twine upload --repository testpypi dist/\*
