File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11__author__ = 'arnaud'
22
3- from flask .ext .autodoc .autodoc import Autodoc
3+ from flask .ext .selfdoc .autodoc import Autodoc
Original file line number Diff line number Diff line change 11"""
2- Flask-Autodoc
2+ Flask-Selfdoc
33-------------
44
5- Flask autodoc automatically creates an online documentation for your flask app.
5+ Flask selfdoc automatically creates an online documentation for your flask app.
66"""
77from setuptools import setup
88
@@ -13,19 +13,18 @@ def readme():
1313
1414
1515setup (
16- name = 'Flask-Autodoc ' ,
17- version = '0.1. 2' ,
18- url = 'http://github.com/acoomans /flask-autodoc ' ,
16+ name = 'Flask-Selfdoc ' ,
17+ version = '0.2' ,
18+ url = 'http://github.com/jwg4 /flask-selfdoc ' ,
1919 license = 'MIT' ,
2020 author = 'Arnaud Coomans' ,
21- author_email = 'arnaud.coomans@gmail.com' ,
2221 description = 'Documentation generator for flask' ,
2322 long_description = readme (),
2423 # py_modules=['flask_autodoc'],
2524 # if you would be using a package instead use packages instead
2625 # of py_modules:
27- packages = ['flask_autodoc ' ],
28- package_data = {'flask_autodoc ' : ['templates/autodoc_default.html' ]},
26+ packages = ['flask_selfdoc ' ],
27+ package_data = {'flask_selfdoc ' : ['templates/autodoc_default.html' ]},
2928 zip_safe = False ,
3029 include_package_data = True ,
3130 platforms = 'any' ,
You can’t perform that action at this time.
0 commit comments