Metadata-Version: 2.4
Name: chatgpt-app
Version: 0.0.1
Summary: A simple text file package
Author-email: Your Name <your.email@example.com>
Project-URL: Homepage, https://github.com/yourusername/chatgpt-app
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# chatgpt-app

A simple Python package that provides a text file.

## Installation

```bash
pip install chatgpt-app
```

## Usage

```python
import chatgpt_app
print(chatgpt_app.get_text())
```

## License

MIT

