mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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.
|
||||
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
import platform
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
setup(
|
||||
name='vdirsyncer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue