Metadata-Version: 2.4
Name: rtgmpy
Version: 1.0.1
Summary: The code underlying the Risk-Targeted Ground Motion Calculator https://earthquake.usgs.gov/designmaps/rtgm/ 
Author-email: Gem Developerts <devops@openquake.org>
Maintainer-email: Gem Developerts <devops@openquake.org>
Project-URL: Repository, https://gitlab.openquake.org/openquake/rtgmpy
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Wheel Creation of rtgmpy


- creation of venv: python3.12 -m venv venv
- Activate venv 
- pip install -U pip setuptools build
- python -v -m build --wheel .

The wheel is saved in the folder dist
