|
@@ -19,7 +19,7 @@ from setuptools import setup
|
19
|
19
|
|
20
|
20
|
setup(
|
21
|
21
|
name='FileDropper',
|
22
|
|
- version='0.1',
|
|
22
|
+ version='0.2',
|
23
|
23
|
|
24
|
24
|
description='Easy access to FileDropper.com',
|
25
|
25
|
long_description="""
|
|
@@ -32,7 +32,7 @@ setup(
|
32
|
32
|
author='Thomas Jost',
|
33
|
33
|
author_email='thomas.jost@gmail.com',
|
34
|
34
|
url='http://wiki.schnouki.net/dev:filedropper',
|
35
|
|
- download_url='http://dev.schnouki.net/filedropper/',
|
|
35
|
+ download_url='http://dev.schnouki.net/filedropper/FileDropper-0.2.tar.gz',
|
36
|
36
|
|
37
|
37
|
platforms='Python 2.6',
|
38
|
38
|
classifiers=[
|