Removed README stub, now v0.3.1
This commit is contained in:
parent
6a2fea1465
commit
152c5275aa
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ setup(
|
||||||
description='Script to serve files via a small HTTP server',
|
description='Script to serve files via a small HTTP server',
|
||||||
long_description='Script to serve files 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.',
|
long_description='Script to serve files 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.',
|
||||||
platforms='posix',
|
platforms='posix',
|
||||||
version='0.3',
|
version='0.3.1',
|
||||||
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…
Reference in New Issue