Commit 66ce5965 authored by Serge S. Koval's avatar Serge S. Koval

Manifest, fixed setup.py

parent 5d83a66c
include LICENSE
recursive-include flask_admin *
......@@ -11,7 +11,7 @@ Introduction
This is library for building adminstrative interface on top of Flask framework.
Instead of providing simple scaffolding of the SQLAlchemy models, Flask-AdminEx
Instead of providing simple scaffolding for the SQLAlchemy models, Flask-AdminEx
provides tools that can be used to build adminstrative interface of any complexity,
using consistent look and feel.
......@@ -43,4 +43,4 @@ Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-adm
Examples
--------
Library comes with three examples, you can find them in `examples` directory.
Library comes with few examples, you can find them in `examples` directory.
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='Flask-AdminEx',
version='0.0.1',
url='https://github.com/MrJoes/flask-extadmin/',
url='https://github.com/mrjoes/flask-extadmin/',
license='BSD',
author='Serge S. Koval',
author_email='serge.koval+github@gmail.com',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment