Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
66ce5965
Commit
66ce5965
authored
Mar 23, 2012
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Manifest, fixed setup.py
parent
5d83a66c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
MANIFEST.in
MANIFEST.in
+2
-0
README.rst
README.rst
+2
-2
setup.py
setup.py
+1
-1
No files found.
MANIFEST.in
0 → 100644
View file @
66ce5965
include LICENSE
recursive-include flask_admin *
README.rst
View file @
66ce5965
...
@@ -11,7 +11,7 @@ Introduction
...
@@ -11,7 +11,7 @@ Introduction
This is library for building adminstrative interface on top of Flask framework.
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,
provides tools that can be used to build adminstrative interface of any complexity,
using consistent look and feel.
using consistent look and feel.
...
@@ -43,4 +43,4 @@ Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-adm
...
@@ -43,4 +43,4 @@ Some ideas were taken from the `Flask-Admin <https://github.com/wilsaj/flask-adm
Examples
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.
setup.py
View file @
66ce5965
...
@@ -3,7 +3,7 @@ from setuptools import setup
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
setup
(
name
=
'Flask-AdminEx'
,
name
=
'Flask-AdminEx'
,
version
=
'0.0.1'
,
version
=
'0.0.1'
,
url
=
'https://github.com/
MrJ
oes/flask-extadmin/'
,
url
=
'https://github.com/
mrj
oes/flask-extadmin/'
,
license
=
'BSD'
,
license
=
'BSD'
,
author
=
'Serge S. Koval'
,
author
=
'Serge S. Koval'
,
author_email
=
'serge.koval+github@gmail.com'
,
author_email
=
'serge.koval+github@gmail.com'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment