Metadata-Version: 2.1
Name: my-blog-app
Version: 0.1.1
Summary: Django blog application for learning and testing
Home-page: https://github.com/yourusername/blog-app
Author: Elberd
Author-email: your.email@example.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Django==5.1.6
Requires-Dist: asgiref==3.8.1
Requires-Dist: django-sslserver==0.22
Requires-Dist: djangorestframework==3.15.2
Requires-Dist: sqlparse==0.5.3

# Django Blog App

A simple Django DRF app for managing blog posts.
здесь я добавляю описание пакета

## Installation

```bash
pip install django-blog-app
