Metadata-Version: 2.1
Name: propzen-common
Version: 0.24.0
Summary: Common package for PropZen
Home-page: http://pypi.python.org/pypi/propzen-common
Author: Mikhail Christian Peralta
Author-email: mikhail.peralta@gmail.com
Maintainer: Mikhail Christian Peralta
Maintainer-email: mikhail.peralta@gmail.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# PropZen Common

Common modules for PropZen application

## Deployment

1. Make sure `build` is installed
2. Make sure `twine` is installed
3. Run `python -m build .`, this should create a `dist/` folder
4. Run `python -m twine upload dist/*`
5. For `username`, enter `__token__`
6. For `password`, enter `<your_pypi_token>`
