Metadata-Version: 2.1
Name: mojave
Version: 0.10.30
Summary: Tooig Operating System
Project-URL: Homepage, https://github.com/tooig/mojave
Project-URL: Bug Tracker, https://github.com/tooig/mojave/issues
Author-email: "Tooig, Inc" <tooighq@gmail.com>, Oyebamijo <gloryoyebamijo@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mojave
## Tooig Operating System

I deleted the previous documentation. I'll fix it. And then we'll go from there.

## How to build
### Requirements

- A Linux system
- A cross-compiler
- GNU Make

```
$ make
from flask import Flask

app = Flask(__name__)

@app.route('/')
def home():
    return 'Hello, World!'

if __name__ == '__main__':
    app.run()

```
