Include email in package setup
This commit is contained in:
parent
95e25549a0
commit
1211d36015
@ -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"
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user