Files
creyPY/README.md
2024-04-01 18:16:11 +02:00

10 lines
181 B
Markdown

# creyPY
My collection of Python and FastAPI shortcuts etc.
# Release
``` rm -rf dist build creyPY.egg-info && python setup.py sdist bdist_wheel ```
``` twine upload dist/* ```