We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e4bc8 commit fe6ab38Copy full SHA for fe6ab38
MANIFEST.in
@@ -1,4 +1,5 @@
1
include LICENSE
2
+include README.rst
3
recursive-include flask_admin/static *
4
recursive-include flask_admin/templates *
5
recursive-include flask_admin/translations *
setup.py
@@ -17,7 +17,7 @@ def desc():
17
18
setup(
19
name='Flask-Admin',
20
- version='1.0.0',
+ version='1.0.1',
21
url='https://github.com/mrjoes/flask-admin/',
22
license='BSD',
23
author='Serge S. Koval',
0 commit comments