Queer European MD passionate about IT
Browse Source

Include email in package setup

Davte 5 years ago
parent
commit
1211d36015
2 changed files with 2 additions and 2 deletions
  1. 1 1
      davtelepot/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
davtelepot/__init__.py

@@ -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"
 

+ 1 - 1
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,