Skip to content

Commit

Permalink
Manifest, fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Mar 23, 2012
1 parent 5d83a66 commit 66ce596
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
recursive-include flask_admin *
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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='[email protected]',
Expand Down

0 comments on commit 66ce596

Please sign in to comment.