Include email in package setup

This commit is contained in:
Davte 2018-10-31 18:58:40 +01:00
parent 95e25549a0
commit 1211d36015
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ __author__ = "Davide Testa"
__email__ = "davte@libero.it"
__credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0"
__version__ = "1.2.4"
__version__ = "1.2.5"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"

View File

@ -33,7 +33,7 @@ setuptools.setup(
name='davtelepot',
version=find_information("version", "davtelepot", "__init__.py"),
author=find_information("author", "davtelepot", "__init__.py"),
email=find_information("email", "davtelepot", "__init__.py"),
author_email=find_information("email", "davtelepot", "__init__.py"),
description="telepot.aio.Bot convenient subclass, featuring dataset-powered SQLite.",
license=find_information("license", "davtelepot", "__init__.py"),
long_description=long_description,