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 1f39995 commit 2007bc4Copy full SHA for 2007bc4
setup.py
@@ -7,9 +7,9 @@
7
8
Links
9
`````
10
-* `documentation <http://packages.python.org/Flask-Uploads>`_
+* `documentation <http://flask-uploads.readthedocs.io/en/latest/>`_
11
* `development version
12
- <http://bitbucket.org/leafstorm/flask-uploads/get/tip.gz#egg=Flask-Uploads-dev>`_
+ <https://github.com/maxcountryman/flask-uploads>`_
13
14
15
"""
@@ -18,8 +18,8 @@
18
19
setup(
20
name='Flask-Uploads',
21
- version='0.2.0',
22
- url='http://bitbucket.org/leafstorm/flask-uploads/',
+ version='0.2.1',
+ url='https://github.com/maxcountryman/flask-uploads',
23
license='MIT',
24
author='Matthew "LeafStorm" Frazier',
25
author_email='leafstormrush@gmail.com',
0 commit comments