Metadata-Version: 2.1
Name: calculator_bundle
Version: 0.1.0
Summary: A package that bundles addition and multiplication functionalities.
Author-email: Miguel Jimenez-Urias <mjimenez@opendap.org>
License: MIT
Project-URL: Homepage, https://github.com/Mikejmnez/calculator_bundle
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: calculator-bundle.adder>=0.1.0
Requires-Dist: calculator-bundle.multiplier>=0.1.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# calculator_bundle
Test package that performs addition and multiplication
