mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Stylefix
This commit is contained in:
parent
4fe6d59d1f
commit
ce5276fba9
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -10,9 +10,10 @@ Vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
||||||
# detectable for setuptools-scm. Rather use the PyPI ones.
|
# detectable for setuptools-scm. Rather use the PyPI ones.
|
||||||
|
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='vdirsyncer',
|
name='vdirsyncer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue