mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
setup.py: Refer to packaging.rst
This commit is contained in:
parent
139182ef2a
commit
c0aee14acf
2 changed files with 5 additions and 8 deletions
11
setup.py
11
setup.py
|
|
@ -1,13 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
||||
'''
|
||||
Vdirsyncer synchronizes calendars and contacts.
|
||||
|
||||
# Packagers: Vdirsyncer's version is automatically detected using
|
||||
# setuptools-scm, but that one is not a runtime dependency.
|
||||
#
|
||||
# Do NOT use the GitHub's tarballs, those don't contain any version information
|
||||
# detectable for setuptools-scm. Rather use the PyPI ones.
|
||||
Please refer to https://vdirsyncer.readthedocs.io/en/stable/packaging.html for
|
||||
how to package vdirsyncer.
|
||||
'''
|
||||
|
||||
|
||||
from setuptools import Command, find_packages, setup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
vdirsyncer is a synchronization tool for vdir. See the README for more details.
|
||||
Vdirsyncer synchronizes calendars and contacts.
|
||||
'''
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
|
|||
Loading…
Reference in a new issue