mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 05:07:40 +03:00
Use " instead of '
This commit is contained in:
parent
e176567ad0
commit
1234802f51
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -74,7 +74,7 @@ setup(
|
|||
platforms="Any",
|
||||
packages=find_packages(
|
||||
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||
package_data={"radicale": [*WEB_FILES, 'py.typed']},
|
||||
package_data={"radicale": [*WEB_FILES, "py.typed"]},
|
||||
entry_points={"console_scripts": ["radicale = radicale.__main__:run"]},
|
||||
install_requires=["defusedxml", "passlib", "vobject>=0.9.6",
|
||||
"python-dateutil>=2.7.3", "setuptools"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue