Metadata-Version: 2.4
Name: kromag
Version: 0.0.1
Summary: Reserved name for the Kromag programming language by Liquid Ape. This is not a Python library; Kromag is a systems language with its own toolchain.
Author-email: Jason O'Brien <jason.ob@gmail.com>
License: Apache-2.0
Description-Content-Type: text/markdown

[build-system]
   requires = ["setuptools>=61.0"]
   build-backend = "setuptools.build_meta"

   [project]
   name = "kromag"
   version = "0.0.1"
   description = "Reserved name for the Kromag programming language by Liquid Ape. This is not a Python library; Kromag is a systems language with its own toolchain."
   readme = "README.md"
   license = {text = "Apache-2.0"}
   authors = [{name = "Jason O'Brien", email = "jason.ob@gmail.com"}]
