Metadata-Version: 2.1
Name: cargospace
Version: 1.0.0
Summary: A small example package
Home-page: https://example.com
Author: cargospace
Author-email: admin@cargospace.dev
Project-URL: Docs, https://docs.example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"
