mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 05:07:40 +03:00
Remove radicale.py script
The script installed by setuptools should be used instead.
This commit is contained in:
parent
ea6649b365
commit
cd3fe3e73c
2 changed files with 1 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue