Moved to version 0.4.0

master v0.4.0
Sebastian Lohff 12 years ago
parent 6c5cca4a00
commit 32fb52e4d6

@ -5,7 +5,7 @@
# Written by Sebastian Lohff (seba@seba-geek.de) # Written by Sebastian Lohff (seba@seba-geek.de)
# http://seba-geek.de/stuff/servefile/ # http://seba-geek.de/stuff/servefile/
__version__ = '0.3.2' __version__ = '0.4.0'
import argparse import argparse
import base64 import base64

@ -5,9 +5,9 @@ from distutils.core import setup
setup( setup(
name='servefile', name='servefile',
description='Serve files from shell via a small HTTP server', description='Serve files from shell via a small HTTP server',
long_description='Serve files from shell via a small HTTP server. The server redirects all HTTP requests to the file, so only IP and port must be given to another user to access the file. Its main purpose is to quickly send a file to users in your local network, independent of their current setup (OS/software).', long_description='Serve files from shell via a small HTTP server. The server redirects all HTTP requests to the file, so only IP and port must be given to another user to access the file. Its main purpose is to quickly send a file to users in your local network, independent of their current setup (OS/software). Beneath that it also supports uploads, SSL, HTTP basic auth and directory listings.',
platforms='posix', platforms='posix',
version='0.3.2', version='0.4.0',
license='GPLv3 or later', license='GPLv3 or later',
url='http://seba-geek.de/stuff/servefile/', url='http://seba-geek.de/stuff/servefile/',
author='Sebastian Lohff', author='Sebastian Lohff',

Loading…
Cancel
Save