Remove radicale.py script
The script installed by setuptools should be used instead.
This commit is contained in:
parent
ea6649b365
commit
cd3fe3e73c
@ -1,3 +1,3 @@
|
||||
include COPYING DOCUMENTATION.md NEWS.md README.md
|
||||
include config rights
|
||||
include radicale.py radicale.wsgi
|
||||
include radicale.wsgi
|
||||
|
13
radicale.py
13
radicale.py
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Radicale CalDAV Server.
|
||||
|
||||
Launch the server according to configuration and command-line options.
|
||||
|
||||
"""
|
||||
|
||||
import runpy
|
||||
|
||||
if __name__ == "__main__":
|
||||
runpy.run_module("radicale", run_name="__main__")
|
Loading…
Reference in New Issue
Block a user