file info
This commit is contained in:
parent
0beb46dc30
commit
192a93fd7c
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -1,7 +1,8 @@
|
||||||
""" Tryton module to XRechnung to edocument
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
# This file is part of the edocument-module for Tryton from m-ds.de.
|
||||||
|
# The COPYRIGHT file at the top level of this repository contains the
|
||||||
|
# full copyright notices and license terms.
|
||||||
|
|
||||||
# Always prefer setuptools over distutils
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
# To use a consistent encoding
|
# To use a consistent encoding
|
||||||
from codecs import open
|
from codecs import open
|
||||||
|
|
Loading…
Reference in a new issue