forked from orbit-oss/flask
Change to Pallets project
* Update CHANGES * Update CONTRIBUTING.rst * Update setup.py * Update tox.ini * Update extensions.rst * Update security.rst * Update installation.rst * Update testing.rst * Update upgrading.rst * Update sidebarintro.html * Update jquery.rst * Update dbcon.rst * Update index.rst
This commit is contained in:
parent
bd667109c6
commit
567fff9d0d
13 changed files with 18 additions and 18 deletions
4
setup.py
4
setup.py
|
|
@ -39,7 +39,7 @@ Links
|
|||
* `website <http://flask.pocoo.org/>`_
|
||||
* `documentation <http://flask.pocoo.org/docs/>`_
|
||||
* `development version
|
||||
<http://github.com/mitsuhiko/flask/zipball/master#egg=Flask-dev>`_
|
||||
<http://github.com/pallets/flask/zipball/master#egg=Flask-dev>`_
|
||||
|
||||
"""
|
||||
import re
|
||||
|
|
@ -57,7 +57,7 @@ with open('flask/__init__.py', 'rb') as f:
|
|||
setup(
|
||||
name='Flask',
|
||||
version=version,
|
||||
url='http://github.com/mitsuhiko/flask/',
|
||||
url='http://github.com/pallets/flask/',
|
||||
license='BSD',
|
||||
author='Armin Ronacher',
|
||||
author_email='armin.ronacher@active-4.com',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue