Skip to content

Commit

Permalink
Corrigindo itens para o padrão flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansilllva committed Apr 7, 2022
1 parent 4b7cf05 commit bbeb618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ def find_package_data(
PACKAGE = "libpythonpro"
NAME = PACKAGE
DESCRIPTION = "Módulo para exemplificar construção de projetos Python no curso PyTools"
AUTHOR = "Renzo Nuccitelli"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/pythonprobr/libpythonpro"
AUTHOR = "Daniel Silva"
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/Dansilllva/libpythonpro"
VERSION = __import__(PACKAGE).__version__

setup(
Expand Down

0 comments on commit bbeb618

Please sign in to comment.