Go to file
Sebastian Lohff 19c1b000a4 Make servefile a python package
servefile is now a valid python package. The single servefile.py can
still be used as a script by just putting it into PATH and making it
executable. Additionally when installed via pip a wrapper script is
created, calling the module's main(). python -m servefile works as well.
2020-09-07 00:26:20 +02:00
servefile Make servefile a python package 2020-09-07 00:26:20 +02:00
tests Make servefile a python package 2020-09-07 00:26:20 +02:00
.gitignore Initial tests 2019-02-17 21:29:23 +01:00
ChangeLog Moved to v0.4.4 2015-11-10 21:12:49 +01:00
MANIFEST.in Moved to version v0.4.1 2012-05-04 16:32:17 +02:00
servefile.1 Document lzma/xz support in manpage 2019-02-14 23:25:36 +01:00
setup.py Make servefile a python package 2020-09-07 00:26:20 +02:00
tox.ini Cover Python 3.7 and 3.8 2020-02-11 22:26:24 +01:00